refactor: 重构 GetLoginAccountInfo 函数,移除 actionManager 依赖,并更新相关调用;修改 sendAlertMessage 函数为发送合并转发

This commit is contained in:
lixiangwuxian
2025-04-12 01:13:22 +08:00
parent 8af78f8422
commit 46a82e1fef
6 changed files with 45 additions and 78 deletions

View File

@@ -9,7 +9,7 @@ import (
// CQMessage 接口定义了所有 CQ 消息必须实现的方法
type CQMessage interface {
ToCQString() string
ParseMessage(data string) error
// ParseMessage(data string) error
}
// RawMessage 用于初始解析 JSON 的通用结构