From a11a85ae02c0502a25e94ad86b6da117a879b7d9 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Fri, 12 Sep 2025 10:11:33 +0800 Subject: [PATCH] fix --- src/lang/cn.ts | 1 + src/lang/en.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/lang/cn.ts b/src/lang/cn.ts index 2e015364..d093f37d 100644 --- a/src/lang/cn.ts +++ b/src/lang/cn.ts @@ -704,6 +704,7 @@ export default { SecondaryCreation: "二次创作", FollowEachOther: "互关", Unfollow: "取关", + Follow: "关注", CreationTime: "创建时间", UpdateTime: "更新时间", Comment: "评论", diff --git a/src/lang/en.ts b/src/lang/en.ts index c434f592..88e55012 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -706,6 +706,7 @@ export default { SecondaryCreation: "Secondary Creation", FollowEachOther: "Follow Each Other", Unfollow: "Unfollow", + Follow: "Follow", CreationTime: "CreationTime", UpdateTime: "UpdateTime", Comment: "Comment",