-
Notifications
You must be signed in to change notification settings - Fork 833
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Gear Code based fast equipment exchange for GemsFarming #3491
base: dev
Are you sure you want to change the base?
Conversation
9a6e2f7
to
4ba5979
Compare
b2c1582
to
3c6603e
Compare
目前已适配:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
建议提取到当前装备码之后,写入到GemsFarming_EquipmentCode的对应字段里,供下次使用
所以实际功能的描述是:根据装备码换装备,未设置装备码时,提取当前装备码
我在bluestacks 5.13.200.1028 P64上测试发现 此外,可以使用 如果用adb的话,可以使用 adb shell input keyevent 123 # KEYCODE_MOVE_END
adb shell input keyevent 67 67 67 ... # KEYCODE_DEL 而关闭输入框我试下来目前只有 因此adb的缺点是:
u2的缺点是:
我个人的倾向是放弃u2,使用纯adb+点击关闭输入框的方式。有没有哪个模拟器默认弹出一个全屏的输入框?
|
This comment was marked as outdated.
This comment was marked as outdated.
我本来就是想帮忙改改的(急急急我要刷b1b3),测试中发现了这个问题,感觉似乎没有完美的方案,都有一些取舍,所以先来问问 如果能通过拼凑得到一套兼容性强的方案,也不是非要提供纯adb和纯u2两种操控方案 |
1a60ce9 重做了equipment_code.py、input.py和相关接口,主要改变如下:
另外,在确认功能性没有问题后,后期计划将分支rebase到最新dev分支(或者dev分支merge到当前分支),以解决目前的合并冲突问题(需要 @LmeSzinc 的确认) |
484b828
to
405c207
Compare
3407732
to
bf6b603
Compare
86044c5
to
018be6b
Compare
38f9144
to
aa2e985
Compare
This comment was marked as outdated.
This comment was marked as outdated.
9521385
to
62d5ff5
Compare
Closes #3243