From 1cbb8414449e2181deb0daff0396dad0e69f52a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Sun, 26 Apr 2026 02:23:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(locales):=20=E4=BC=98=E5=8C=96=E7=89=88?= =?UTF-8?q?=E6=9D=83=E4=BF=A1=E6=81=AF=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将版权年份分离为单独字段 copyrightYear - 修改版权字段使用版权年份引用,提高维护性 - 更新中英文版权内容保持一致格式 --- .workbuddy/expert-history.json | 2 +- locales/en.ts | 5 +++-- locales/zh-CN.ts | 5 +++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.workbuddy/expert-history.json b/.workbuddy/expert-history.json index c6d5b2e..c0147e3 100644 --- a/.workbuddy/expert-history.json +++ b/.workbuddy/expert-history.json @@ -24,5 +24,5 @@ } ] }, - "lastUpdated": 1777141054743 + "lastUpdated": 1777141207112 } \ No newline at end of file diff --git a/locales/en.ts b/locales/en.ts index 24d0188..fdd528d 100644 --- a/locales/en.ts +++ b/locales/en.ts @@ -142,8 +142,9 @@ export default { developers: 'Certified Experts', aiApps: 'Member Organizations', uptime: 'Suggestions', - copyrightYear: '© {{ year }}', - copyright: '@:login.copyrightYear Guangxi Decision Consulting Center · Professional · Authoritative · Efficient', + copyrightSymbol: '©', + copyrightYear: ' {{ year }} ', + copyright: '@:login.copyrightSymbol@:login.copyrightYear Guangxi Decision Consulting Center · Professional · Authoritative · Efficient', // Right form aiAppPlatform: 'Guangxi Decision Consulting Network', diff --git a/locales/zh-CN.ts b/locales/zh-CN.ts index cb05782..db23f08 100644 --- a/locales/zh-CN.ts +++ b/locales/zh-CN.ts @@ -142,8 +142,9 @@ export default { developers: '认证专家', aiApps: '会员单位', uptime: '建言献策', - copyrightYear: '© {{ year }}', - copyright: '@:login.copyrightYear 广西决策咨询中心 · 专业 · 权威 · 高效', + copyrightSymbol: '©', + copyrightYear: ' {{ year }} ', + copyright: '@:login.copyrightSymbol@:login.copyrightYear 广西决策咨询中心 · 专业 · 权威 · 高效', // 右侧表单 aiAppPlatform: '广西决策咨询网',