update gui
更新ui展示
This commit is contained in:
@@ -52,3 +52,11 @@ func requireValidator(value string) bool {
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
||||
func getBool(bstr string) bool {
|
||||
if bstr == "true" || bstr == " 是" {
|
||||
return true
|
||||
}
|
||||
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user