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 777b9be376e4c9545383d86be23461aa0dd64d6d Author: 慕白 <[email protected]> AuthorDate: Mon Jun 1 00:13:16 2026 +0800 Trim homepage native object copy --- src/components/home/HomepageLanding.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/home/HomepageLanding.tsx b/src/components/home/HomepageLanding.tsx index a12f8eb4b4..1770c9e56b 100644 --- a/src/components/home/HomepageLanding.tsx +++ b/src/components/home/HomepageLanding.tsx @@ -475,7 +475,7 @@ const heroSurfaces = [ zhLabel: "原生", title: "Idiomatic Objects", zhTitle: "原生对象", - text: "Serialize existing domain objects directly in the target language, without extra conversion code.", + text: "Serialize existing domain objects directly in the target language.", zhText: "在目标语言内直接序列化已有领域对象,无需额外手动转换代码。", link: "/docs/start/usage", }, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
