feat: 添加版本检查功能及 Header 布局修复

- SettingsPage 新增 VersionCheckSection(自动/手动检查更新)
- 添加版本检查相关中英文 i18n 翻译
- 修复 Header 历史链接的 flex 布局对齐
This commit is contained in:
catlog22
2026-02-08 15:21:32 +08:00
parent f27e52a7a6
commit 87daccdc48
4 changed files with 212 additions and 2 deletions

View File

@@ -114,6 +114,22 @@
"on": "On",
"off": "Off"
},
"versionCheck": {
"title": "Version Update",
"currentVersion": "Current Version",
"latestVersion": "Latest Version",
"checkNow": "Check Now",
"checking": "Checking...",
"autoCheck": "Auto-check for updates",
"autoCheckDesc": "Automatically check for new versions every hour",
"upToDate": "Up to date",
"updateAvailable": "Update available",
"updateCommand": "Update command",
"viewRelease": "View Release",
"lastChecked": "Last checked",
"checkFailed": "Check failed",
"never": "Never"
},
"about": {
"title": "About",
"version": "Version",