feat: acid 自动嗅探逻辑

This commit is contained in:
Mmx233
2023-06-04 20:20:58 +08:00
parent 0f8ed9dd25
commit cc6d4f8da4
7 changed files with 67 additions and 18 deletions

View File

@@ -9,6 +9,10 @@ import (
)
func main() {
if global.Flags.AutoAcid {
//todo detect acid
}
if global.Config.Settings.Guardian.Enable {
//进入守护模式
controllers.Guardian()