fix(all): 修改包名

This commit is contained in:
2025-11-17 21:30:39 +08:00
parent 907befeb55
commit 584575fd29
20 changed files with 39 additions and 38 deletions

View File

@@ -6,7 +6,7 @@ import (
// 通用系统级常量
const (
AppName = "NavSite"
AppName = "go-gin-scaffold"
AppAuthor = "zhilv666"
AppVersion = "1.0.0"
)