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
@@ -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": {