合并代码

This commit is contained in:
zw
2025-08-27 22:02:16 +08:00
parent 741e52afd3
commit 52769175db
3 changed files with 7 additions and 4 deletions

9
.idea/workspace.xml generated
View File

@@ -7,6 +7,7 @@
<list default="true" id="eceeff5e-51c1-459c-a911-d21ec090a423" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Entity/Variables.py" beforeDir="false" afterPath="$PROJECT_DIR$/Entity/Variables.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Module/DeviceInfo.py" beforeDir="false" afterPath="$PROJECT_DIR$/Module/DeviceInfo.py" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -102,7 +103,11 @@
<workItem from="1755590590103" duration="5151000" />
<workItem from="1755604973651" duration="15000" />
<workItem from="1755606718587" duration="4204000" />
<workItem from="1755667295017" duration="5106000" />
<workItem from="1755667295017" duration="9083000" />
<workItem from="1755754574350" duration="7918000" />
<workItem from="1755840975246" duration="7337000" />
<workItem from="1756212964408" duration="2671000" />
<workItem from="1756291239343" duration="8715000" />
</task>
<servers />
</component>
@@ -113,6 +118,6 @@
<option featureType="com.intellij.fileTypeFactory" implementationName="*.bat" />
</component>
<component name="com.intellij.coverage.CoverageDataManagerImpl">
<SUITE FILE_PATH="coverage/iOSAI$Main.coverage" NAME="Main Coverage Results" MODIFIED="1755671811518" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="" />
<SUITE FILE_PATH="coverage/iOSAI$Main.coverage" NAME="Main Coverage Results" MODIFIED="1756301570526" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="" />
</component>
</project>

View File

@@ -1,6 +1,5 @@
import threading
from typing import Dict, Any
from Entity.AnchorModel import AnchorModel
# wda apple bundle id

View File

@@ -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 对象列表)