Skip to content

Commit

Permalink
[JDTB]最后一次更新
Browse files Browse the repository at this point in the history
  • Loading branch information
czj2369 committed Nov 7, 2021
1 parent 38ee78c commit 8680c46
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@

# 更新

2021年11月7日

1.[23:03:19]【JDTB】最后一次更新,抱歉哈,这段时间比较忙,然后刚开游戏开了新赛季,就沉迷游戏了,我看着脚本能用就得过且过,没有怎么去做修改,然后再issue里看到有一些热心的大佬帮忙回复也很是感谢~这一次双十一莫名其妙start冲到了一千多个,也是让我惊讶,我没想到会有这么多人使用,也不是大佬哈, 就是写了个比较简单的脚本,能给大家带来便利就很好了,感谢各位的使用~

------

2021年10月28日

1.[21:58:17]【JD】优化浏览品牌墙活动逻辑(可能还是有问题)
Expand Down
6 changes: 3 additions & 3 deletions auto_20211111/jd/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
* Author: czj
* Date: 2021/10/20
* Time: 23:02:50
* Versions: 1.8.0
* Versions: 1.9.0
* Github: https://github.com/czj2369/jd_tb_auto
*/

// 需要完成的任务列表
var TASK_LIST = ["浏览并关注", "浏览8s", "累计浏览","浏览并关注可得2000", "浏览可得", "去首页浮层进入", "浏览5个品牌墙店铺", "小程序", "浏览5个品牌墙店铺"];
var TASK_LIST = ["浏览并关注", "浏览8s", "累计浏览","浏览并关注可得2000", "浏览可得", "去首页浮层进入", "浏览5个品牌墙店铺", "小程序", "品牌墙店铺","逛晚会页"];
// 过渡操作
var PASS_LIST = ['请选择要使用的应用', '我知道了', '取消', "京口令已复制"];
// 判断停留时间
Expand Down Expand Up @@ -210,7 +210,7 @@ function viewTask(flag) {
} else {
righty = righty + 50;
}
if(righty >= 1600) {
if(righty >= 800) {
break;
}
}
Expand Down
2 changes: 1 addition & 1 deletion auto_20211111/jd/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"build"
],
"packageName": "com.anjian.jd1111",
"versionName": "1.8.0",
"versionName": "1.9.0",
"versionCode": 1
}
2 changes: 1 addition & 1 deletion auto_20211111/tb/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Author: czj
* Date: 2021/10/21 13:01:32
* Versions: 1.5.0
* Versions: 1.6.0
* Github: https://github.com/czj2369/jd_tb_auto
*/

Expand Down
2 changes: 1 addition & 1 deletion auto_20211111/tb/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"build"
],
"packageName": "com.anjian.tb1111",
"versionName": "1.5.0",
"versionName": "1.6.0",
"versionCode": 1
}

0 comments on commit 8680c46

Please sign in to comment.