feat(versioning): implement UI and server version tracking with build date display in footer

This commit is contained in:
Supra4E8C
2025-11-20 18:35:22 +08:00
parent 23d8d20dbf
commit 6e0dec4567
7 changed files with 120 additions and 3 deletions

View File

@@ -508,7 +508,9 @@ const i18n = {
'sidebar.toggle_collapse': '收起侧边栏',
// 页脚
'footer.version': '版本',
'footer.api_version': 'CLI Proxy API 版本',
'footer.build_date': '构建时间',
'footer.version': '管理中心版本',
'footer.author': '作者'
},
@@ -1013,7 +1015,9 @@ const i18n = {
'sidebar.toggle_collapse': 'Collapse sidebar',
// Footer
'footer.version': 'Version',
'footer.api_version': 'CLI Proxy API Version',
'footer.build_date': 'Build Time',
'footer.version': 'Management UI Version',
'footer.author': 'Author'
}
},