This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch fix_homepage in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit 129c9c66eed6c5383553964623f682877e3c24d2 Author: 慕白 <[email protected]> AuthorDate: Sun May 31 23:48:39 2026 +0800 Refine homepage idiomatic object copy --- src/components/home/HomepageLanding.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/home/HomepageLanding.tsx b/src/components/home/HomepageLanding.tsx index 47395c0ee3..05829f81d9 100644 --- a/src/components/home/HomepageLanding.tsx +++ b/src/components/home/HomepageLanding.tsx @@ -475,8 +475,8 @@ const heroSurfaces = [ zhLabel: "惯用", title: "Idiomatic Objects", zhTitle: "惯用对象", - text: "Serialize existing domain objects inside one runtime.", - zhText: "在单一运行时内序列化已有领域对象。", + text: "Serialize existing domain objects directly in the target language, without extra conversion code.", + zhText: "在目标语言内直接序列化已有领域对象,无需额外手动转换代码。", link: "/docs/start/usage", }, { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
