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

This commit is contained in:
刘祥超
2020-11-24 08:47:35 +08:00
parent 53f0afd30e
commit f746bfc664
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
}