改进安装界面中的小细节

This commit is contained in:
GoEdgeLab
2021-04-18 15:41:47 +08:00
parent c5b0bd277c
commit a65d6c33f7
4 changed files with 9 additions and 6 deletions

View File

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