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