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

This commit is contained in:
github-actions[bot]
2025-04-23 15:55:48 +00:00
parent 58305c3dd1
commit afd15b28bc
2 changed files with 8 additions and 9 deletions

View File

@@ -13,11 +13,9 @@ mai_state_config = LogConfig(
logger = get_module_logger("mai_state_manager", config=mai_state_config)
enable_unlimited_hfc_chat = False
class MaiState(enum.Enum):
"""
聊天状态:
@@ -36,8 +34,7 @@ class MaiState(enum.Enum):
# 调试用
if enable_unlimited_hfc_chat:
return 1000
if self == MaiState.OFFLINE:
return 0
elif self == MaiState.PEEKING: