docs(changelog): update changelog for v1.1.16 and fix dependabot security alerts

This commit is contained in:
duorameng
2026-06-22 18:53:44 +08:00
parent b3c71a5da2
commit d1f80b7986
7 changed files with 804 additions and 41 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ import (
)
func Run(args []string) {
fmt.Printf("白虎面板 (Baihu Panel) v%s (Build time: %s)\n", constant.Version, constant.BuildTime)
fmt.Printf("白虎面板 (Baihu Panel) %s (Build time: %s)\n", constant.Version, constant.BuildTime)
}