mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 10:17:17 +08:00
feat: cli支持更新应用
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user