fix: 同步到MAAv5.15.4的tasks目录结构变化

This commit is contained in:
DLmaster361
2025-04-27 00:59:46 +08:00
parent e6a97f2b17
commit 34bf5a4fe8
3 changed files with 8 additions and 3 deletions

View File

@@ -609,7 +609,7 @@ class MaaUserConfig(QConfig):
class AppConfig(GlobalConfig):
VERSION = "4.3.4.7"
VERSION = "4.3.4.0"
gameid_refreshed = Signal()
PASSWORD_refreshed = Signal()

View File

@@ -110,7 +110,7 @@ class MaaManager(QObject):
self.maa_set_path = self.maa_root_path / "config/gui.json"
self.maa_log_path = self.maa_root_path / "debug/gui.log"
self.maa_exe_path = self.maa_root_path / "MAA.exe"
self.maa_tasks_path = self.maa_root_path / "resource/tasks.json"
self.maa_tasks_path = self.maa_root_path / "resource/tasks/tasks.json"
def run(self):
"""主进程运行MAA代理进程"""