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
@@ -14,7 +14,7 @@ import (
type PlatformConfig struct {
ID string `json:"id"` // immutable unique ID, generated at creation
Name string `json:"name"` // config key, e.g. "qq-main", "qq-work"
Platform string `json:"platform"` // base platform type: "qq", "telegram", etc.
Platform string `json:"platform"` // base platform type: "obv11", "telegram", etc.
Enabled bool `json:"enabled"`
Label string `json:"label"`
Fields map[string]string `json:"fields"`