添加设备支持列表

This commit is contained in:
zw
2025-08-28 15:46:17 +08:00
parent 93db41c3ae
commit 17c692b6c7
50 changed files with 206 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ from typing import Dict, Any
from Entity.AnchorModel import AnchorModel
# wda apple bundle id
WdaAppBundleId = "com.yoloAgant.wda.xctrunner"
WdaAppBundleId = "com.yoloAgent.wda.xctrunner"
# 全局主播列表
anchorList: list[AnchorModel] = []
# 线程锁