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 -1
View File
@@ -119,5 +119,15 @@
"Monthly": "按月",
"Never": "不重置",
"First Day of Year": "每年1月1日",
"Yearly": "按年"
"Yearly": "按年",
"update.local_newer": "當前版本比遠程版本更新,請先提交您的更改",
"update.already_latest": "當前已經是最新版本",
"update.process_running": "更新進程正在運行中",
"update.success": "更新成功,從 :from 更新到 :to, 系統將在稍後自動重啟",
"update.failed": "更新失敗: :error",
"update.backup_failed": "數據庫備份失敗: :error",
"update.code_update_failed": "代碼更新失敗: :error",
"update.migration_failed": "數據庫遷移失敗: :error",
"update.cache_clear_failed": "緩存清理失敗: :error",
"update.flag_create_failed": "創建更新標記失敗: :error"
}