From 8f290cf610550df127ac48fa2d0c3b22cc78c430 Mon Sep 17 00:00:00 2001 From: milk <53408947@qq.com> Date: Sat, 20 Sep 2025 21:57:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 147 +++++++++++++++++- .../__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 | 20 ++- Module/__pycache__/DeviceInfo.cpython-312.pyc | Bin 32113 -> 32113 bytes .../__pycache__/FlaskService.cpython-312.pyc | Bin 27019 -> 27083 bytes .../FlaskSubprocessManager.cpython-312.pyc | Bin 13260 -> 13260 bytes Module/__pycache__/Main.cpython-312.pyc | Bin 2706 -> 2706 bytes Utils/AiUtils.py | 26 ++-- Utils/IOSAIStorage.py | 66 ++++++++ Utils/JsonUtils.py | 2 +- Utils/Requester.py | 2 + Utils/ThreadManager.py | 76 +++++---- Utils/__pycache__/AiUtils.cpython-312.pyc | Bin 43358 -> 43496 bytes .../__pycache__/ControlUtils.cpython-312.pyc | Bin 11941 -> 11941 bytes .../DevDiskImageDeployer.cpython-312.pyc | Bin 7157 -> 7157 bytes Utils/__pycache__/JsonUtils.cpython-312.pyc | Bin 11692 -> 11605 bytes Utils/__pycache__/LogManager.cpython-312.pyc | Bin 14663 -> 14663 bytes Utils/__pycache__/Requester.cpython-312.pyc | Bin 4323 -> 4463 bytes .../__pycache__/SubprocessKit.cpython-312.pyc | Bin 1214 -> 1214 bytes .../__pycache__/ThreadManager.cpython-312.pyc | Bin 7779 -> 7680 bytes script/ScriptManager.py | 91 ++++++++--- .../__pycache__/ScriptManager.cpython-312.pyc | Bin 39160 -> 41418 bytes 25 files changed, 343 insertions(+), 87 deletions(-) create mode 100644 Utils/IOSAIStorage.py diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f253433..7c51144 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,11 +5,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -90,7 +124,53 @@ - + + + + + + + + + + + + + + + + + + + + + @@ -184,6 +318,8 @@ + +