修复bug。临时提交

This commit is contained in:
zw
2025-08-20 13:48:32 +08:00
parent 019166f730
commit a8d8c8ee5d
6 changed files with 59 additions and 33 deletions

View File

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