From d543c6f75752f51fb66aa415cd56d439df5e8cdf Mon Sep 17 00:00:00 2001 From: milk <53408947@qq.com> Date: Sun, 28 Sep 2025 20:42:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=88=87=E6=8D=A2=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 6 +- .../__pycache__/AnchorModel.cpython-312.pyc | Bin 1114 -> 1114 bytes .../__pycache__/DeviceModel.cpython-312.pyc | Bin 1158 -> 1158 bytes Entity/__pycache__/ResultData.cpython-312.pyc | Bin 1031 -> 1031 bytes Entity/__pycache__/Variables.cpython-312.pyc | Bin 3125 -> 3125 bytes Module/FlaskService.py | 40 +- Module/Main.py | 2 +- Module/__pycache__/DeviceInfo.cpython-312.pyc | Bin 16651 -> 16720 bytes .../__pycache__/FlaskService.cpython-312.pyc | Bin 28623 -> 29797 bytes .../FlaskSubprocessManager.cpython-312.pyc | Bin 13260 -> 13260 bytes Module/__pycache__/Main.cpython-312.pyc | Bin 3192 -> 3192 bytes Utils/AiUtils.py | 375 ++++++++++--- Utils/ControlUtils.py | 26 +- Utils/IOSAIStorage.py | 55 +- Utils/JsonUtils.py | 5 +- Utils/LogManager.py | 2 +- Utils/Requester.py | 33 +- Utils/ThreadManager.py | 27 +- Utils/__pycache__/AiUtils.cpython-312.pyc | Bin 43409 -> 44368 bytes .../__pycache__/ControlUtils.cpython-312.pyc | Bin 11941 -> 12135 bytes .../DevDiskImageDeployer.cpython-312.pyc | Bin 7157 -> 7157 bytes Utils/__pycache__/JsonUtils.cpython-312.pyc | Bin 11538 -> 11423 bytes Utils/__pycache__/LogManager.cpython-312.pyc | Bin 14663 -> 14685 bytes Utils/__pycache__/Requester.cpython-312.pyc | Bin 4463 -> 5602 bytes .../__pycache__/ThreadManager.cpython-312.pyc | Bin 4451 -> 4864 bytes requirements.txt | 10 +- script/ScriptManager.py | 493 +++++++++++++++++- .../__pycache__/ScriptManager.cpython-312.pyc | Bin 50060 -> 54494 bytes 28 files changed, 937 insertions(+), 137 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ee97e09..a47552f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,11 +4,7 @@