改进编译脚本

This commit is contained in:
刘祥超
2020-10-14 14:46:22 +08:00
parent f30059c623
commit 5e1670524e
7 changed files with 202 additions and 33 deletions

View File

@@ -7,6 +7,7 @@ import (
var isConfigured bool
// 判断系统是否已经配置过
// TODO 检查节点版本和数据库版本是否一致,如果不一致则跳转到升级页面
func IsConfigured() bool {
if isConfigured {
return true