From 23f63e42c8ad1c85f828f6f74cb8f07ed3b429e5 Mon Sep 17 00:00:00 2001 From: milk <53408947@qq.com> Date: Fri, 24 Oct 2025 22:04:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8E=89=E7=94=BB=E9=9D=A2?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/iOSAI.iml | 3 + .idea/misc.xml | 2 +- Module/DeviceInfo.py | 444 +++++++++--- Module/FlaskService.py | 5 + Module/IOSActivator.py | 631 +++++++++--------- Module/Main.py | 2 +- Module/__pycache__/DeviceInfo.cpython-312.pyc | Bin 40489 -> 51028 bytes Module/__pycache__/Main.cpython-312.pyc | Bin 3738 -> 3738 bytes Utils/ThreadManager.py | 179 +++-- Utils/__pycache__/LogManager.cpython-312.pyc | Bin 14663 -> 14663 bytes .../__pycache__/ThreadManager.cpython-312.pyc | Bin 4872 -> 8165 bytes .../__pycache__/ScriptManager.cpython-312.pyc | Bin 65346 -> 66531 bytes 12 files changed, 796 insertions(+), 470 deletions(-) diff --git a/.idea/iOSAI.iml b/.idea/iOSAI.iml index ec63674..aad402c 100644 --- a/.idea/iOSAI.iml +++ b/.idea/iOSAI.iml @@ -4,4 +4,7 @@