11 Commits

Author SHA1 Message Date
lixiangwuxian
db4d232464 feat: 添加群组和群成员信息获取功能
- 新增 action/group_member.go 文件,实现获取群组列表和群成员列表的方法
- 在 constants/uri.go 中定义群组相关的 API 路径常量
- 在 model/group.go 中添加群组和群成员的数据结构定义
2025-03-09 18:08:32 +08:00
lixiangwuxian
13ea5d7f98 feat: 重构消息处理模块,引入统一的消息接口和类型安全的消息解析 2025-03-08 16:10:06 +08:00
lixiangwuxian
a13a33e572 refactor: rename GenReply to GenReplyCQ for clarity and update SendMsg to use the new function; add GenPokePkg and GenGetGroupMemberListPkg for enhanced action handling 2025-01-10 02:12:45 +08:00
lixiangwuxian
a79991c4ff feat: enhance help inform structure and update command descriptions across various handlers 2024-12-26 11:35:34 +08:00
lixiangwuxian
7e28953a56 refactor: 重构消息发送模型 2024-10-28 02:58:08 +08:00
lixiangwuxian
6f78e3e30d fix: 修复权限系统qq提取问题,新增权限问题 2024-10-20 03:20:37 +08:00
lixiangwuxian
03ee846b7a refactor: 重构handler系统 2024-10-20 02:40:02 +08:00
lixiangwuxian
6dad9bb76f feat: 喜报/悲报支持图片 2024-10-20 02:25:39 +08:00
lixiangwuxian
d26007d563 refactor: 重构消息数据结构,添加图片cq格式 2024-10-20 01:25:28 +08:00
lixiangwuxian
1495ac516b refactor: 重命名Message.RawMsg 2024-10-13 14:40:32 +08:00
lixiangwuxian
4d6c22ff7b init: 初始化仓库 2024-10-08 01:34:26 +08:00