Open
Conversation
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
添加了戳一戳的命令
可以发送音乐卡片了
Dev update to main
📦 build(deps): 添加 pyproject.toml 依赖
修正reply_message在意外情况时的错误类型,使其从str变为list[Seg],保证正常的引用消息发出
修复引用系统消息(如红包)时的回复处理异常
- 实现 ConfigManager 类,支持加载和热重载配置文件 - 使用 watchdog 监控配置文件变化,自动重载配置 - 支持为特定配置项注册回调函数,便于处理配置变更 - 提供多种配置属性访问接口,如 nickname、chat、voice 等 - 增加防抖机制,避免频繁重载导致的性能问题
- 在 message_sending.py 中引入了 95MB 的最大消息大小限制,以防止连接中断。 - 为超出大小限制的消息添加了调试和错误日志记录。 - 增强了 meta_event_handler.py 中的心跳处理,提供了更详细的机器人状态日志。 - 重构了 notice_handler.py 中的表情符号处理,使用集中式 qq_face 映射代替硬编码值。 - 更新了 qq_emoji_list.py 以修正格式并添加新的表情符号映射。 - 改进了 main_send_handler.py 中的命令处理,以便向平台发送结构化响应。 - 扩展了 send_command_handler.py 中的命令处理,添加了用于设置组名和管理组成员的新命令。 - 增强了 send_message_handler.py 中的文件消息处理,以支持文件路径和详细的文件信息。
- 添加配置文件监控和配置变更时自动重启WebSocket服务器功能 - 修复main.py中router引用问题 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
fix: 修复不正确的贴表情action
feat: 支持maim_message API mode(未验证)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
更新一下fork