适配iOS高版本

This commit is contained in:
2025-10-21 15:43:02 +08:00
parent d543c6f757
commit 3da3fabe79
10 changed files with 332 additions and 11 deletions

View File

@@ -3,8 +3,11 @@ from typing import Dict, Any
from Entity.AnchorModel import AnchorModel
# wda apple bundle id
WdaAppBundleId = "com.yolozsAgent.wda.xctrunner"
WdaAppBundleId = "com.yolojtAgent.wda.xctrunner"
# wda投屏端口
wdaScreenPort = 9567
# wda功能端口
wdaFunctionPort = 8567
# 全局主播列表
anchorList: list[AnchorModel] = []
# 线程锁