mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-05 22:30:28 +08:00
14 lines
336 B
Go
14 lines
336 B
Go
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
|
|
|
package teaconst
|
|
|
|
var (
|
|
IsRecoverMode = false
|
|
|
|
IsDemoMode = false
|
|
ErrorDemoOperation = "DEMO模式下无法进行创建、修改、删除等操作"
|
|
|
|
NewVersionCode = "" // 有新的版本
|
|
NewVersionDownloadURL = "" // 新版本下载地址
|
|
)
|