chore(version): rename panel name to baihu-panel in CLI output

This commit is contained in:
duorameng
2026-06-23 09:32:26 +08:00
parent 81a00d983a
commit c74d793b40
+1 -1
View File
@@ -7,5 +7,5 @@ import (
) )
func Run(args []string) { func Run(args []string) {
fmt.Printf("白虎面板 (Baihu Panel) %s (Build time: %s)\n", constant.Version, constant.BuildTime) fmt.Printf("baihu-panel %s (Build time: %s)\n", constant.Version, constant.BuildTime)
} }