Replies: 1 comment
-
|
我還在重寫我自己用的整個腳本中,可能重新寫完後有在發現可以改進的地方在發出來 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
相較於直接使用os.system去對指定路徑的adb做指令的發送,可以改成使用:pure-python-adb去對模擬器,外部設備做控制,這樣就可以省去在util.py的一些code
也能透過這種方式讓使用者更好的去選擇要使用的模擬器,因為可能會有人像我一樣多開模擬器一個放著刷FGO另一個玩其他遊戲
然後也可以用OOD的方式去把一些基本的功能做成一個物件,已做到在寫其他遊戲腳本時能重覆利用

EX:
大概就這樣...?有想到再補充
Beta Was this translation helpful? Give feedback.
All reactions