feat:支持后台模式与网络守护

This commit is contained in:
Mmx
2021-07-11 12:52:56 +08:00
parent e3f668c100
commit 257a9b7034
8 changed files with 192 additions and 86 deletions

View File

@@ -3,3 +3,8 @@ package global
import "Mmx/Modles"
var Config *modles.Config
var Status struct {
Output bool
Daemon bool
}