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

feat: 首页添加任务状态

This commit is contained in:
2026-01-10 19:29:32 +08:00
parent 1d2ba12696
commit 7bef2f34c0
6 changed files with 52 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ func NewCli(t *gotext.Locale, cmd *route.Cli) *cli.Command {
cli.RootCommandHelpTemplate += "\n" + t.Get("QQ Group12370907") + "\n"
return &cli.Command{
Name: "panel-cli",
Name: "acepanel",
Usage: t.Get("AcePanel CLI Tool"),
Version: app.Version,
Commands: cmd.Commands(),