add gui support
添加 ui 支持
This commit is contained in:
@@ -55,3 +55,13 @@ func GetServiceConfig() (name, displayName, desc string) {
|
||||
desc = _map.SerciceDesc
|
||||
return
|
||||
}
|
||||
|
||||
// GetIsDev is is dev
|
||||
func GetIsDev() bool {
|
||||
return _map.IsDev
|
||||
}
|
||||
|
||||
// SetIsDev is is dev
|
||||
func SetIsDev(b bool) {
|
||||
_map.IsDev = b
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user