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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+90 -90
View File
File diff suppressed because one or more lines are too long
+11
View File
@@ -874,6 +874,17 @@ window.XBOARD_TRANSLATIONS['en-US'] = {
"nextPage": "Next page",
"lastPage": "Go to last page"
}
},
"update": {
"title": "System Update",
"newVersion": "New Version Available",
"currentVersion": "Current Version",
"latestVersion": "Latest Version",
"updateLater": "Update Later",
"updateNow": "Update Now",
"updating": "Updating...",
"updateSuccess": "Update successful, system will restart shortly",
"updateFailed": "Update failed, please try again later"
}
},
"dashboard": {
+11
View File
@@ -870,6 +870,17 @@ window.XBOARD_TRANSLATIONS['ko-KR'] = {
"nextPage": "다음 페이지",
"lastPage": "마지막 페이지로 이동"
}
},
"update": {
"title": "시스템 업데이트",
"newVersion": "새 버전 발견",
"currentVersion": "현재 버전",
"latestVersion": "최신 버전",
"updateLater": "나중에 업데이트",
"updateNow": "지금 업데이트",
"updating": "업데이트 중...",
"updateSuccess": "업데이트 성공, 시스템이 곧 재시작됩니다",
"updateFailed": "업데이트 실패, 나중에 다시 시도해주세요"
}
},
"dashboard": {
+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": {