Skip to content

Commit 4c2166b

Browse files
iosios
authored andcommitted
screenshot
1 parent 2b9b8f5 commit 4c2166b

File tree

6 files changed

+203
-392
lines changed

6 files changed

+203
-392
lines changed

10010.jpg

20.8 KB
Loading

JJ/.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

JJ/.idea/workspace.xml

Lines changed: 187 additions & 388 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

JJ/src/com/iosdevlog/jj/JumpJumpMain.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public void actionPerformed(ActionEvent e) {
7171
String fileName = file.getName();
7272
if (fileName.contains("adb")) {
7373
adbTextField.setText(file.getAbsolutePath());
74+
AdbCaller.INSTANCE.setAdbPath(file.getAbsolutePath());
7475
} else {
7576
JOptionPane.showMessageDialog( null,"Please input adb path!");
7677
}

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
![1077](https://github.com/iOSDevLog/JumpJump/raw/master/screenshot.jpg)
1111

12+
![10010](https://github.com/iOSDevLog/JumpJump/raw/master/10010.jpg)
13+
14+
![mac](https://github.com/iOSDevLog/JumpJump/raw/master/mac.jpg)
1215

1316
# 跳一跳
1417
---
@@ -34,19 +37,27 @@ $ adb pull /sdcard/screen.png # 下载截屏文件到本地
3437
# 源码
3538
---
3639

37-
开发环境: Kotlin, IetelliJ IDEA
40+
开发环境: Kotlin, IntelliJ IDEA
3841

3942
<https://github.com/iOSDevLog/JumpJump>
4043

44+
用 IntelliJ IDEA *Open* JJ 目录
45+
46+
可能要配置 JDK。运行
47+
4148

4249
# 使用方法
4350
---
4451

4552
1. 在电脑上下载好adb
4653
1. 打开安卓手机的usb调试模式并授权连接的电脑
54+
1. 直接运行 `JJ.jar``,选择 adb 路径
4755
1. 打开微信跳一跳,并点击开始
48-
1.`Constans.kt`中配置好adb路径与截图路径,运行
49-
1. 在弹出的窗口中先点击小人底部适当位置,然后再点想要跳的箱子的位置即可完成
56+
1. 选择运行模式
57+
58+
运行中可调节 `Ratio`
59+
60+
切换模式最好重新打开应用。
5061

5162
# 参考
5263
---

mac.png

186 KB
Loading

0 commit comments

Comments
 (0)