[安装]安装时可以选择手工输入API地址

This commit is contained in:
GoEdgeLab
2020-11-24 08:47:35 +08:00
parent e50ddb95f3
commit 688c5742bc
3 changed files with 23 additions and 8 deletions

View File

@@ -8,7 +8,6 @@ var isConfigured bool
// 判断系统是否已经配置过
func IsConfigured() bool {
return false//TODO
if isConfigured {
return true
}