-hf 支持host:port和host/xx:port格式

This commit is contained in:
影舞者
2022-07-14 12:04:47 +08:00
parent c717094158
commit 6f9e49a572
6 changed files with 33 additions and 12 deletions
+1
View File
@@ -19,6 +19,7 @@ var Silent bool
var LogWG sync.WaitGroup
func init() {
LogSucTime = time.Now().Unix()
go SaveLog()
}