Compare commits

...

2 Commits

Author SHA1 Message Date
zw
93db41c3ae 临时提交 2025-08-27 22:03:08 +08:00
zw
52769175db 合并代码 2025-08-27 22:02:16 +08:00
2 changed files with 0 additions and 2 deletions

View File

@@ -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

View File

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