🤖 自动格式化代码 [skip ci]
This commit is contained in:
@@ -168,6 +168,7 @@ class Config(ConfigBase):
|
||||
tool: ToolConfig
|
||||
debug: DebugConfig
|
||||
|
||||
|
||||
def load_config(config_path: str) -> Config:
|
||||
"""
|
||||
加载配置文件
|
||||
|
||||
@@ -529,6 +529,7 @@ class TelemetryConfig(ConfigBase):
|
||||
enable: bool = True
|
||||
"""是否启用遥测"""
|
||||
|
||||
|
||||
@dataclass
|
||||
class DebugConfig(ConfigBase):
|
||||
"""调试配置类"""
|
||||
|
||||
Reference in New Issue
Block a user