refactor: 重构 GetLoginAccountInfo 函数,移除 actionManager 依赖,并更新相关调用;修改 sendAlertMessage 函数为发送合并转发
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
// CQMessage 接口定义了所有 CQ 消息必须实现的方法
|
||||
type CQMessage interface {
|
||||
ToCQString() string
|
||||
ParseMessage(data string) error
|
||||
// ParseMessage(data string) error
|
||||
}
|
||||
|
||||
// RawMessage 用于初始解析 JSON 的通用结构
|
||||
|
||||
Reference in New Issue
Block a user