增加自动检查系统更新设置

This commit is contained in:
刘祥超
2021-12-21 15:18:11 +08:00
parent 2e9182933e
commit 0fcba7e90c
39 changed files with 348 additions and 1497 deletions

View File

@@ -4,9 +4,10 @@ package teaconst
var (
IsRecoverMode = false
)
var (
IsDemoMode = false
ErrorDemoOperation = "DEMO模式下无法进行创建、修改、删除等操作"
NewVersionCode = "" // 有新的版本
NewVersionDownloadURL = "" // 新版本下载地址
)