改进安装界面中的小细节

This commit is contained in:
刘祥超
2021-04-18 15:41:47 +08:00
parent 91010325eb
commit e75757f2bc
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