From 741e52afd3a1a2a417a95cce07baf471ce8e28e0 Mon Sep 17 00:00:00 2001
From: zw <12345678>
Date: Wed, 20 Aug 2025 16:01:08 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bundleid?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/workspace.xml | 5 +++--
Entity/Variables.py | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
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] = []
# 线程锁