chore: remove seed data

This commit is contained in:
Johnny
2025-06-09 23:06:32 +08:00
parent ba33336dc4
commit d413729038
9 changed files with 6 additions and 226 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ var Version = "1.0.0"
var DevVersion = "1.0.0"
func GetCurrentVersion(mode string) string {
if mode == "dev" || mode == "demo" {
if mode == "dev" {
return DevVersion
}
return Version