feat(locales): 优化版权信息结构

- 将版权年份分离为单独字段 copyrightYear
- 修改版权字段使用版权年份引用,提高维护性
- 更新中英文版权内容保持一致格式
This commit is contained in:
2026-04-26 02:23:24 +08:00
parent 7d501d33ab
commit 1cbb841444
3 changed files with 7 additions and 5 deletions

View File

@@ -24,5 +24,5 @@
} }
] ]
}, },
"lastUpdated": 1777141054743 "lastUpdated": 1777141207112
} }

View File

@@ -142,8 +142,9 @@ export default {
developers: 'Certified Experts', developers: 'Certified Experts',
aiApps: 'Member Organizations', aiApps: 'Member Organizations',
uptime: 'Suggestions', uptime: 'Suggestions',
copyrightYear: {{ year }}', copyrightSymbol: '©',
copyright: '@:login.copyrightYear Guangxi Decision Consulting Center · Professional · Authoritative · Efficient', copyrightYear: ' {{ year }} ',
copyright: '@:login.copyrightSymbol@:login.copyrightYear Guangxi Decision Consulting Center · Professional · Authoritative · Efficient',
// Right form // Right form
aiAppPlatform: 'Guangxi Decision Consulting Network', aiAppPlatform: 'Guangxi Decision Consulting Network',

View File

@@ -142,8 +142,9 @@ export default {
developers: '认证专家', developers: '认证专家',
aiApps: '会员单位', aiApps: '会员单位',
uptime: '建言献策', uptime: '建言献策',
copyrightYear: {{ year }}', copyrightSymbol: '©',
copyright: '@:login.copyrightYear 广西决策咨询中心 · 专业 · 权威 · 高效', copyrightYear: ' {{ year }} ',
copyright: '@:login.copyrightSymbol@:login.copyrightYear 广西决策咨询中心 · 专业 · 权威 · 高效',
// 右侧表单 // 右侧表单
aiAppPlatform: '广西决策咨询网', aiAppPlatform: '广西决策咨询网',