feat: 完成前后端打包

This commit is contained in:
2026-03-27 18:39:53 +08:00
parent b0db64bd7b
commit 21251c6e07
8 changed files with 201 additions and 8 deletions

12
internal/conf/var.go Normal file
View File

@@ -0,0 +1,12 @@
package conf
// 构建信息
var (
Mode string = "debug"
Version string = "unknown"
BuildAt string = "unknown"
GitAuthor string = "unknown"
GitEmail string = "unknown"
GitCommit string = "unknown"
)