删除多余文件

This commit is contained in:
2025-11-25 18:13:02 +08:00
parent 3b2b6ce741
commit e56a309825
2177 changed files with 293 additions and 889419 deletions

View File

@@ -4,11 +4,8 @@ import time
import threading
import subprocess
from typing import Optional, Callable
from Entity.Variables import WdaAppBundleId
class IOSActivator:
"""
给 iOS17+ 用的 go-ios 激活器(单例):
@@ -35,7 +32,7 @@ class IOSActivator:
ios_path: Optional[str] = None,
pair_timeout: int = 60, # 配对最多等多久
pair_retry_interval: int = 3, # 配对重试间隔
runwda_max_retry: int = 3, # runwda 最大重试次数
runwda_max_retry: int = 10, # runwda 最大重试次数
runwda_retry_interval: int = 3,# runwda 重试间隔
runwda_wait_timeout: int = 25 # 单次 runwda 等待“成功日志”的超时时间
):