🎉 Initial Commit

This commit is contained in:
2024-12-14 12:40:29 +08:00
commit f1a8247c2d
25 changed files with 1816 additions and 0 deletions

5
pkg/internal/meta.go Normal file
View File

@@ -0,0 +1,5 @@
package pkg
const (
AppVersion = "1.0.0"
)