mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 09:13:49 +08:00
feat: 添加面板修复命令
This commit is contained in:
@@ -29,6 +29,11 @@ func Cli() []*cli.Command {
|
||||
Usage: "升级面板",
|
||||
Action: cliService.Update,
|
||||
},
|
||||
{
|
||||
Name: "fix",
|
||||
Usage: "修复面板",
|
||||
Action: cliService.Fix,
|
||||
},
|
||||
{
|
||||
Name: "info",
|
||||
Usage: "输出面板基本信息",
|
||||
|
||||
Reference in New Issue
Block a user