🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-07-05 11:31:56 +00:00
parent 40109b2e66
commit 324b4b1b3f
2 changed files with 19 additions and 13 deletions

View File

@@ -54,7 +54,13 @@ class NormalChat:
每个聊天私聊或群聊都会有一个独立的NormalChat实例。 每个聊天私聊或群聊都会有一个独立的NormalChat实例。
""" """
def __init__(self, chat_stream: ChatStream, interest_dict: dict = None, on_switch_to_focus_callback=None, get_cooldown_progress_callback=None): def __init__(
self,
chat_stream: ChatStream,
interest_dict: dict = None,
on_switch_to_focus_callback=None,
get_cooldown_progress_callback=None,
):
""" """
初始化NormalChat实例。 初始化NormalChat实例。