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

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

Binary file not shown.

View File

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

View File

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