合并代码
This commit is contained in:
9
.idea/workspace.xml
generated
9
.idea/workspace.xml
generated
@@ -7,6 +7,7 @@
|
|||||||
<list default="true" id="eceeff5e-51c1-459c-a911-d21ec090a423" name="Changes" comment="">
|
<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$/.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$/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>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
@@ -102,7 +103,11 @@
|
|||||||
<workItem from="1755590590103" duration="5151000" />
|
<workItem from="1755590590103" duration="5151000" />
|
||||||
<workItem from="1755604973651" duration="15000" />
|
<workItem from="1755604973651" duration="15000" />
|
||||||
<workItem from="1755606718587" duration="4204000" />
|
<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>
|
</task>
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
@@ -113,6 +118,6 @@
|
|||||||
<option featureType="com.intellij.fileTypeFactory" implementationName="*.bat" />
|
<option featureType="com.intellij.fileTypeFactory" implementationName="*.bat" />
|
||||||
</component>
|
</component>
|
||||||
<component name="com.intellij.coverage.CoverageDataManagerImpl">
|
<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>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
@@ -1,6 +1,5 @@
|
|||||||
import threading
|
import threading
|
||||||
from typing import Dict, Any
|
from typing import Dict, Any
|
||||||
|
|
||||||
from Entity.AnchorModel import AnchorModel
|
from Entity.AnchorModel import AnchorModel
|
||||||
|
|
||||||
# wda apple bundle id
|
# wda apple bundle id
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ class Deviceinfo(object):
|
|||||||
self.deviceIndex = 0
|
self.deviceIndex = 0
|
||||||
# 投屏端口(本地映射端口起始值,会递增)
|
# 投屏端口(本地映射端口起始值,会递增)
|
||||||
self.screenProxy = 9110
|
self.screenProxy = 9110
|
||||||
|
|
||||||
# 记录 iproxy Popen 进程:[{ "id": udid, "target": Popen }, ...]
|
# 记录 iproxy Popen 进程:[{ "id": udid, "target": Popen }, ...]
|
||||||
self.pidList: List[Dict] = []
|
self.pidList: List[Dict] = []
|
||||||
# 当前已连接的设备(tidevice 的 Device 对象列表)
|
# 当前已连接的设备(tidevice 的 Device 对象列表)
|
||||||
|
|||||||
Reference in New Issue
Block a user