diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 6d7dc9e..c2e7dd9 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -6,6 +6,7 @@
+
@@ -101,7 +102,7 @@
-
+
@@ -112,6 +113,6 @@
-
+
\ No newline at end of file
diff --git a/Entity/Variables.py b/Entity/Variables.py
index 0952c32..b297ef1 100644
--- a/Entity/Variables.py
+++ b/Entity/Variables.py
@@ -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] = []
# 线程锁