mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-06 10:22:50 +08:00
@@ -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))
|
||||
}
|
||||
|
||||
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user