minecraft1024a
862f0df15f
fix(chat): 修复获取用户ID时使用了错误的键名
将 `action_message.get("user_id", "")` 修改为 `action_message.get("chat_info_user_id", "")`,以确保从 `action_message` 字典中正确获取用户ID。
chore: 更新 .gitignore 文件
添加 `src/chat/planner_actions/新建 文本文档.txt` 到忽略列表,以避免将临时文件提交到版本库。
2025-09-13 21:10:49 +08:00
..
2025-09-13 12:54:23 +08:00
2025-09-12 20:42:02 +08:00
2025-09-13 21:10:49 +08:00
2025-09-09 09:25:25 +08:00
2025-09-06 13:34:53 +08:00
2025-09-11 08:50:05 +08:00
2025-09-12 20:34:31 +08:00
2025-09-06 03:38:43 +08:00
2025-09-12 20:42:02 +08:00