解决wda不会被拉起的问题

This commit is contained in:
zw
2025-09-03 16:34:29 +08:00
parent 2021de5872
commit 9a7cbd65a5
6 changed files with 58 additions and 93 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()