fix:可有可无

This commit is contained in:
loong 2021-10-27 11:47:56 +08:00
parent ae8ce4b958
commit c8821cf15c
2 changed files with 3 additions and 3 deletions

View File

@ -6,6 +6,6 @@ autojs脚本程序,用于完成安卓设备上的重复性操作.
### 3. 2021京东双十一热爱环游记
#### 注意事项
- 请打开任务界面,再开启脚本
- 有可能出现空指针,undefined等异常,重新启动脚本即可.
- 有可能出现空指针,undefined等异常(很有可能是网络问题,把时间参数调大点,重新启动脚本即可).
- autojs版本为4.1.0
Autojs4.1.0下载(天翼云):https://cloud.189.cn/t/RNBNv2jMZjiu (访问码:2tmr)

View File

@ -1,7 +1,7 @@
// [注意事项] 打开任务界面
//页面切换时间间隙默认为3000毫秒,可以根据网络情况修改
let timeGap = 3000;
let timeGap = 4396 ;
//8s浏览任务时间默认为14396毫秒,可以根据网络情况修改
let viewTime = 14396;
@ -65,7 +65,7 @@ function start() {
sleep(timeGap);
}
inlineWin.child(i).child(5).click();
sleep(timeGap);
sleep(timeGap*2);
back();
sleep(timeGap);
}