修改bundleid

This commit is contained in:
zw
2025-08-20 16:01:08 +08:00
parent f138bbfcc0
commit 741e52afd3
2 changed files with 4 additions and 3 deletions

View File

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