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

feat: 替换论坛链接

This commit is contained in:
耗子
2024-12-03 17:07:27 +08:00
parent 29ad4f5f34
commit 4b9ce222ba
4 changed files with 9 additions and 9 deletions

View File

@@ -35,7 +35,7 @@ func initCli() {
cli.SubcommandHelpTemplate = strings.ReplaceAll(cli.SubcommandHelpTemplate, "OPTIONS", "选项")
cli.RootCommandHelpTemplate += "\n官网https://panel.haozi.net"
cli.RootCommandHelpTemplate += "\n论坛https://tom.moe"
cli.RootCommandHelpTemplate += "\n论坛https://bbs.haozi.net"
cli.RootCommandHelpTemplate += "\nQ群12370907\n"
cmd := &cli.Command{