Commit Graph

6 Commits (5b52ede8d76964afe5fba849874a32e457f955d9)

Author SHA1 Message Date
Oct-autumn a1fbff1d6b
refactor: 重构情绪管理器 2025-05-13 00:55:51 +08:00
晴猫 263e8d196a fix: Update type hints to use newer Python syntax
- Replace Dict, List, Optional with dict, list,  < /dev/null |  None syntax
- Fix abstract method implementation in message.py
- Improve type annotations and function return types
- Remove unreachable code in get_current_task_tool.py
- Refactor HTML elements to use style attributes

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-01 06:55:05 +09:00
墨梓柒 12b03ecb8d 重构跨多个模块的日志配置
- 将“get_module_logger”替换为新模块“logger_manager”中的“get_logger”,以实现一致的日志设置。
- 移除了单独的日志配置设置,转而采用集中式日志管理。
- 更新了多个文件中的日志初始化方法,包括“config.py”、“change_mood.py”、“change_relationship.py”等,以简化日志记录实践。
- 引入“logger_manager.py”,用于根据模块特定的样式处理日志配置。
2025-04-28 00:22:05 +08:00
SengokuCola 1963ad9abb Update change_mood.py 2025-04-20 14:37:07 +08:00
SengokuCola 6be33dd5fc remove:旧版心流 2025-04-20 14:36:14 +08:00
SengokuCola eeb13a8498 feat:暂时移除关心和心情工具,添加观察锁 2025-04-18 10:41:03 +08:00