更新:1、依赖升级

2、module 名称地址
This commit is contained in:
2025-10-06 00:46:51 +08:00
parent 978a268f93
commit 44d4fcdbc4
11 changed files with 402 additions and 325 deletions

View File

@@ -6,7 +6,8 @@ import (
"strconv"
"strings"
"time"
"zhub/internal/auth"
"gitea.1216.top/lxy/zhub/internal/auth"
)
var AuthManager *auth.PermissionManager
@@ -156,7 +157,7 @@ func messageHandler(v Message) {
}
return
case "broadcast":
Bus.broadcast(rcmd[1], rcmd[2])
Bus.Broadcast(rcmd[1], rcmd[2])
case "delay":
Bus.Delay(rcmd)
default: