From 0681fc0754f9c1c79ae98d5277bbd44dc8f4039d Mon Sep 17 00:00:00 2001
From: zw <12345678>
Date: Fri, 5 Sep 2025 19:33:45 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A8=E9=87=8A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/iOSAI.iml | 2 +-
.idea/misc.xml | 2 +-
.idea/workspace.xml | 9 ++-------
tidevice_entry.py | 2 +-
4 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/.idea/iOSAI.iml b/.idea/iOSAI.iml
index df5cbff..f571432 100644
--- a/.idea/iOSAI.iml
+++ b/.idea/iOSAI.iml
@@ -2,7 +2,7 @@
-
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index c27b771..db8786c 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -3,5 +3,5 @@
-
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 90c99b1..e7c99d8 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -5,12 +5,7 @@
-
-
-
-
-
-
+
@@ -58,7 +53,7 @@
"Python.tidevice_entry.executor": "Run",
"RunOnceActivity.ShowReadmeOnStart": "true",
"SHARE_PROJECT_CONFIGURATION_FILES": "true",
- "git-widget-placeholder": "Merging main",
+ "git-widget-placeholder": "main",
"javascript.nodejs.core.library.configured.version": "22.18.0",
"javascript.nodejs.core.library.typings.version": "22.18.1",
"last_opened_file_path": "F:/company code/AI item/20250820/iOSAI",
diff --git a/tidevice_entry.py b/tidevice_entry.py
index b9a92b6..e8b29d1 100644
--- a/tidevice_entry.py
+++ b/tidevice_entry.py
@@ -1,4 +1,4 @@
-# tidevice_entry.py
+# tidevice 打包入口文件
from tidevice.__main__ import main
if __name__ == '__main__':
main()
\ No newline at end of file