修复代码格式和文件名大小写问题

This commit is contained in:
Windpicker-owo
2025-08-31 20:50:17 +08:00
parent df29014e41
commit 8149731925
218 changed files with 6913 additions and 8257 deletions

View File

@@ -221,7 +221,7 @@ class MoodManager:
self.mood_list: list[ChatMood] = []
"""当前情绪状态"""
self.task_started: bool = False
self.insomnia_chats: set[str] = set() # 正在失眠的聊天ID列表
self.insomnia_chats: set[str] = set() # 正在失眠的聊天ID列表
async def start(self):
"""启动情绪回归后台任务"""