2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 10:17:17 +08:00

feat: cli支持更新应用

This commit is contained in:
耗子
2024-10-17 17:32:38 +08:00
parent df021819b4
commit 1a9fe40b80
8 changed files with 47 additions and 27 deletions

View File

@@ -16,7 +16,7 @@ func Status(next http.Handler) http.Handler {
render := chix.NewRender(w)
render.Status(http.StatusServiceUnavailable)
render.JSON(chix.M{
"message": "面板升级中,请稍后刷新",
"message": "面板更新中,请稍后刷新",
})
return
case app.StatusMaintain: