20250904-初步功能已完成

This commit is contained in:
2025-09-08 21:42:09 +08:00
parent 31f0e19b13
commit 4b3247d0bf
8 changed files with 692 additions and 177 deletions

4
tidevice_entry.py Normal file
View File

@@ -0,0 +1,4 @@
# tidevice_entry.py
from tidevice.__main__ import main
if __name__ == '__main__':
main()