Merge remote-tracking branch 'origin/main'

# Conflicts:
#	.idea/workspace.xml
This commit is contained in:
2025-09-15 22:41:12 +08:00
8 changed files with 284 additions and 155 deletions

View File

@@ -119,7 +119,6 @@ class Deviceinfo(object):
continue
if len(self.deviceModelList) >= self.maxDeviceCount:
continue
port = self._alloc_port()
try:
self.connectDevice(udid) # 内部会 _add_model
except Exception as e: