From 3da3fabe793f48a28de18513f5e361c27f117536 Mon Sep 17 00:00:00 2001 From: milk <53408947@qq.com> Date: Tue, 21 Oct 2025 15:43:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8DiOS=E9=AB=98=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 9 +- Entity/Variables.py | 7 +- Entity/__pycache__/Variables.cpython-312.pyc | Bin 3125 -> 3125 bytes Module/DeviceInfo.py | 23 +- Module/IOSActivator.py | 300 ++++++++++++++++++ Module/Main.py | 2 +- Module/__pycache__/DeviceInfo.cpython-312.pyc | Bin 16720 -> 17147 bytes Module/__pycache__/Main.cpython-312.pyc | Bin 3192 -> 3192 bytes Utils/LogManager.py | 2 +- Utils/__pycache__/LogManager.cpython-312.pyc | Bin 14685 -> 14663 bytes 10 files changed, 332 insertions(+), 11 deletions(-) create mode 100644 Module/IOSActivator.py diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a47552f..cc1eb4b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,14 @@