From 52769175dbd64eb7fd5dcb62f06dce98496d2cd6 Mon Sep 17 00:00:00 2001
From: zw <12345678>
Date: Wed, 27 Aug 2025 22:02:16 +0800
Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/workspace.xml | 9 +++++++--
Entity/Variables.py | 1 -
Module/DeviceInfo.py | 1 -
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index c2e7dd9..d178609 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -7,6 +7,7 @@
+
@@ -102,7 +103,11 @@
-
+
+
+
+
+
@@ -113,6 +118,6 @@
-
+
\ No newline at end of file
diff --git a/Entity/Variables.py b/Entity/Variables.py
index b297ef1..1ec2efe 100644
--- a/Entity/Variables.py
+++ b/Entity/Variables.py
@@ -1,6 +1,5 @@
import threading
from typing import Dict, Any
-
from Entity.AnchorModel import AnchorModel
# wda apple bundle id
diff --git a/Module/DeviceInfo.py b/Module/DeviceInfo.py
index 952f78c..89d0d18 100644
--- a/Module/DeviceInfo.py
+++ b/Module/DeviceInfo.py
@@ -21,7 +21,6 @@ class Deviceinfo(object):
self.deviceIndex = 0
# 投屏端口(本地映射端口起始值,会递增)
self.screenProxy = 9110
-
# 记录 iproxy Popen 进程:[{ "id": udid, "target": Popen }, ...]
self.pidList: List[Dict] = []
# 当前已连接的设备(tidevice 的 Device 对象列表)