sanmusen214 / BAAH

A script that can automatically finish daily tasks in Blue Archive (global/Japan/CN/CN bilibili server). 碧蓝档案国际服/日服/蔚蓝档案国服/B服每日任务脚本
MIT License
455 stars 19 forks source link

[Want] 封装adb工具 #122

Closed Einzieg closed 4 weeks ago

Einzieg commented 1 month ago

Is your feature request related to a problem? Please describe. / 该功能请求能解决你认为的何种困难? [ Ex. I'm always frustrated when ... ] 可以直接使用,不需要进行adb的环境配置

Describe the solution you'd like / 你对于实现该功能有何种建议 [ A clear and concise description of what you think about the solution. ] 将封装后的adb路径附加到adb命令前方,参考:C:\Users\Einzieg\PycharmProjects\AutoNovaGui\static/platform-tools\adb.exe -s 127.0.0.1:16416 connect 127.0.0.1:16416 路径获取方式可参考https://github.com/Einzieg/AutoNovaGui/blob/master/AdbClient.py Additional context / 补充信息 [ Add any other context or screenshots about the feature request here. ]

sanmusen214 commented 1 month ago

https://github.com/sanmusen214/BAAH/blob/main/modules/configs/defaultSettings.py 里的ADB_PATH参数控制adb.exe所在路径,在GUI里滚动到底能直接修改

sanmusen214 commented 4 weeks ago

closed with no more reply