first commit

This commit is contained in:
2026-03-31 17:28:07 +08:00
commit 36929736c1
27 changed files with 4630 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
package version
// Version 项目版本号
const Version = "1.0.1"
// GetVersion 获取版本号
func GetVersion() string {
return Version
}