feat: 添加模块编译脚本和导出依赖功能

refactor(events): 移除数据类的slots参数以提升兼容性
build: 更新requirements.txt依赖列表
This commit is contained in:
2026-01-13 09:33:20 +08:00
parent b11bfbeabe
commit 40a1f7e041
8 changed files with 407 additions and 33 deletions

View File

@@ -30,7 +30,7 @@ class EventType:
"""消息发送事件 (message_sent): 机器人自己发送消息的上报。"""
@dataclass(slots=True)
@dataclass
class OneBotEvent(ABC):
"""
OneBot v11 事件的抽象基类。