feat: AUTO_MAA 配置分享中心上线
This commit is contained in:
@@ -597,7 +597,7 @@ class GeneralConfig(LQConfig):
|
||||
super().__init__()
|
||||
|
||||
self.Script_Name = ConfigItem("Script", "Name", "")
|
||||
self.Script_RootPath = ConfigItem("Script", "RootPath", ".", FolderValidator())
|
||||
self.Script_RootPath = ConfigItem("Script", "RootPath", ".", FileValidator())
|
||||
self.Script_ScriptPath = ConfigItem(
|
||||
"Script", "ScriptPath", ".", FileValidator()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user