feat(locales): 优化版权信息结构
- 将版权年份分离为单独字段 copyrightYear - 修改版权字段使用版权年份引用,提高维护性 - 更新中英文版权内容保持一致格式
This commit is contained in:
Binary file not shown.
@@ -24,5 +24,5 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"lastUpdated": 1777140310286
|
"lastUpdated": 1777141054743
|
||||||
}
|
}
|
||||||
@@ -142,7 +142,8 @@ export default {
|
|||||||
developers: 'Certified Experts',
|
developers: 'Certified Experts',
|
||||||
aiApps: 'Member Organizations',
|
aiApps: 'Member Organizations',
|
||||||
uptime: 'Suggestions',
|
uptime: 'Suggestions',
|
||||||
copyright: '© {{ year }} Guangxi Decision Consulting Center · Professional · Authoritative · Efficient',
|
copyrightYear: '© {{ year }}',
|
||||||
|
copyright: '@:login.copyrightYear Guangxi Decision Consulting Center · Professional · Authoritative · Efficient',
|
||||||
|
|
||||||
// Right form
|
// Right form
|
||||||
aiAppPlatform: 'Guangxi Decision Consulting Network',
|
aiAppPlatform: 'Guangxi Decision Consulting Network',
|
||||||
|
|||||||
@@ -142,7 +142,8 @@ export default {
|
|||||||
developers: '认证专家',
|
developers: '认证专家',
|
||||||
aiApps: '会员单位',
|
aiApps: '会员单位',
|
||||||
uptime: '建言献策',
|
uptime: '建言献策',
|
||||||
copyright: '© {{ year }} 广西决策咨询中心 · 专业 · 权威 · 高效',
|
copyrightYear: '© {{ year }}',
|
||||||
|
copyright: '@:login.copyrightYear 广西决策咨询中心 · 专业 · 权威 · 高效',
|
||||||
|
|
||||||
// 右侧表单
|
// 右侧表单
|
||||||
aiAppPlatform: '广西决策咨询网',
|
aiAppPlatform: '广西决策咨询网',
|
||||||
|
|||||||
Reference in New Issue
Block a user