fix: bugs

This commit is contained in:
Yuzuki616
2025-04-20 12:04:31 +09:00
parent 73baff9250
commit 05c787100e
13 changed files with 270 additions and 93 deletions

View File

@@ -18,6 +18,7 @@ type Handler struct {
userList []panel.UserInfo
userHash map[string]struct{}
nodeAdded atomic.Bool
needTls bool
*conf.Options
}