From dfb03cb3623c8a8a1a6c50c640ded6e10744b2d4 Mon Sep 17 00:00:00 2001 From: milk <53408947@qq.com> Date: Wed, 17 Sep 2025 22:33:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 14 +----- .../__pycache__/AnchorModel.cpython-312.pyc | Bin 0 -> 1114 bytes .../__pycache__/DeviceModel.cpython-312.pyc | Bin 0 -> 1212 bytes Entity/__pycache__/ResultData.cpython-312.pyc | Bin 0 -> 1031 bytes Entity/__pycache__/Variables.cpython-312.pyc | Bin 0 -> 3125 bytes Module/__pycache__/DeviceInfo.cpython-312.pyc | Bin 0 -> 25786 bytes .../__pycache__/FlaskService.cpython-312.pyc | Bin 0 -> 23345 bytes .../FlaskSubprocessManager.cpython-312.pyc | Bin 0 -> 13189 bytes Module/__pycache__/Main.cpython-312.pyc | Bin 0 -> 2911 bytes Utils/__pycache__/AiUtils.cpython-312.pyc | Bin 0 -> 36570 bytes .../__pycache__/ControlUtils.cpython-312.pyc | Bin 0 -> 9784 bytes .../DevDiskImageDeployer.cpython-312.pyc | Bin 0 -> 7157 bytes Utils/__pycache__/JsonUtils.cpython-312.pyc | Bin 0 -> 11692 bytes Utils/__pycache__/LogManager.cpython-312.pyc | Bin 0 -> 16153 bytes Utils/__pycache__/Requester.cpython-312.pyc | Bin 0 -> 4323 bytes .../__pycache__/SubprocessKit.cpython-312.pyc | Bin 0 -> 1214 bytes .../__pycache__/ThreadManager.cpython-312.pyc | Bin 0 -> 7644 bytes build.bat | 10 ++-- .../__pycache__/ScriptManager.cpython-312.pyc | Bin 0 -> 37831 bytes tidevice.spec | 45 ++++++++++++++++++ 20 files changed, 51 insertions(+), 18 deletions(-) create mode 100644 Entity/__pycache__/AnchorModel.cpython-312.pyc create mode 100644 Entity/__pycache__/DeviceModel.cpython-312.pyc create mode 100644 Entity/__pycache__/ResultData.cpython-312.pyc create mode 100644 Entity/__pycache__/Variables.cpython-312.pyc create mode 100644 Module/__pycache__/DeviceInfo.cpython-312.pyc create mode 100644 Module/__pycache__/FlaskService.cpython-312.pyc create mode 100644 Module/__pycache__/FlaskSubprocessManager.cpython-312.pyc create mode 100644 Module/__pycache__/Main.cpython-312.pyc create mode 100644 Utils/__pycache__/AiUtils.cpython-312.pyc create mode 100644 Utils/__pycache__/ControlUtils.cpython-312.pyc create mode 100644 Utils/__pycache__/DevDiskImageDeployer.cpython-312.pyc create mode 100644 Utils/__pycache__/JsonUtils.cpython-312.pyc create mode 100644 Utils/__pycache__/LogManager.cpython-312.pyc create mode 100644 Utils/__pycache__/Requester.cpython-312.pyc create mode 100644 Utils/__pycache__/SubprocessKit.cpython-312.pyc create mode 100644 Utils/__pycache__/ThreadManager.cpython-312.pyc create mode 100644 script/__pycache__/ScriptManager.cpython-312.pyc create mode 100644 tidevice.spec diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a53c642..c04b25c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,19 +4,7 @@