feat: 添加脚本相关接口文档,子配置数据获取接口独立

This commit is contained in:
DLmaster361
2025-08-14 00:56:38 +08:00
parent 9732a3e65f
commit 829cac0f6a
9 changed files with 596 additions and 381 deletions

View File

@@ -316,7 +316,7 @@ class GeneralManager:
break
# 更新静默进程标记有效时间
if self.script_config.get("Game", "Style") == "Emulator":
if self.script_config.get("Game", "Type") == "Emulator":
logger.info(
f"更新静默进程标记:{self.game_path},标记有效时间:{datetime.now() + timedelta(seconds=self.script_config.get('Game', 'WaitTime') + 10)}"
)