This commit is contained in:
aynakeya
2025-08-01 21:31:02 +08:00
parent 575e1863fd
commit 3aebdb00f9
2 changed files with 2 additions and 2 deletions

View File

@@ -9,5 +9,5 @@ import (
) )
func getAppTitle() string { func getAppTitle() string {
return fmt.Sprintf("%s Ver %s - 正式版", config.ProgramName, model.Version(config.Version)) return fmt.Sprintf("%s Ver %s - 测试版 仅供开发人员测试使用 请勿用于其他用途", config.ProgramName, model.Version(config.Version))
} }

View File

@@ -9,5 +9,5 @@ import (
) )
func getAppTitle() string { func getAppTitle() string {
return fmt.Sprintf("%s Ver %s - 测试版 仅供开发人员测试使用 请勿用于其他用途", config.ProgramName, model.Version(config.Version)) return fmt.Sprintf("%s Ver %s - 正式版", config.ProgramName, model.Version(config.Version))
} }