remove:移除了冗余代码

This commit is contained in:
SengokuCola
2025-07-24 03:33:36 +08:00
parent b839f8ba6c
commit 677b17754a
5 changed files with 177 additions and 253 deletions

View File

@@ -17,6 +17,9 @@ from src.config.config_base import ConfigBase
@dataclass
class BotConfig(ConfigBase):
"""QQ机器人配置类"""
platform: str
"""平台"""
qq_account: str
"""QQ账号"""