feat: add one-click update feature to admin panel

This commit is contained in:
xboard
2025-02-09 13:43:09 +08:00
parent 1b728fffc7
commit 39456923d3
15 changed files with 660 additions and 100 deletions
+11
View File
@@ -879,6 +879,17 @@ window.XBOARD_TRANSLATIONS['zh-CN'] = {
"nextPage": "下一页",
"lastPage": "跳转到最后一页"
}
},
"update": {
"title": "系统更新",
"newVersion": "发现新版本",
"currentVersion": "当前版本",
"latestVersion": "最新版本",
"updateLater": "稍后更新",
"updateNow": "立即更新",
"updating": "更新中...",
"updateSuccess": "更新成功,系统将在稍后自动重启",
"updateFailed": "更新失败,请稍后重试"
}
},
"dashboard": {