Merge pull request #52 from AynaLivePlayer/dev

fanle
This commit is contained in:
Aynakeya
2025-08-01 21:32:25 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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