chore: 清除最后5处硬编码qq引用(注释+配置白名单)

This commit is contained in:
2026-06-23 18:20:33 +08:00
parent 8a3236b8bb
commit 73f0bf7b3e
4 changed files with 5 additions and 5 deletions
@@ -9,7 +9,7 @@ import (
)
var validPlatformTypes = map[string]bool{
"qq": true, "telegram": true, "webhook": true,
"obv11": true, "telegram": true, "webhook": true,
"wechat": true, "feishu": true, "discord": true,
}