fix: 修复通用脚本根目录index

This commit is contained in:
DLmaster361
2025-08-26 20:17:14 +08:00
parent 52fbd9225d
commit dea5f3db9a

View File

@@ -76,7 +76,7 @@ class GeneralManager:
self.user_config = MultipleConfig([GeneralUserConfig])
await self.user_config.load(await self.script_config.UserData.toDict())
self.script_root_path = Path(self.script_config.get("Script", "RootPath"))
self.script_root_path = Path(self.script_config.get("Info", "RootPath"))
self.script_path = Path(self.script_config.get("Script", "ScriptPath"))
arguments_list = []