Skip to content

Commit fba3048

Browse files
authored
1111-M
1 parent a4b10ce commit fba3048

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

jd_hb.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const VERSION = '20231111-K'
1+
const VERSION = '20231111-M'
22

33
if (!auto.service) {
44
toast('无障碍服务未启动!退出!')
@@ -282,6 +282,7 @@ try {
282282
// reopenTaskList()
283283
}
284284
console.log('任务已经全部完成,退出')
285+
alert('记得手动完成分享任务并领取打卡红包!')
285286
} catch (err) {
286287
device.cancelKeepingAwake()
287288
if (err.toString() != 'JavaException: com.stardust.autojs.runtime.exception.ScriptInterruptedException: null') {

start.js

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const VERSION = '20231111-K'
1+
const VERSION = '20231111-M'
22

33
if (!auto.service) {
44
toast('无障碍服务未启动!退出!')
@@ -79,7 +79,7 @@ function registerKey() {
7979
console.log('喵币任务脚本停止了')
8080
console.log('请手动切换回主页面')
8181
if (startCoin) {
82-
console.log('本次任务开始时有', startCoin, '喵币')
82+
console.log('本次任务开始时有', startCoin, '万喵币')
8383
}
8484
device.cancelKeepingAwake()
8585
exit()
@@ -153,7 +153,8 @@ try {
153153
sleep(8000)
154154
return findTask()
155155
}
156-
if (!(taskName.match(/|||||||||||88||||||||||||穿||||||||||||||||/) || !content.match(/||/))) {
156+
console.log(taskName, content)
157+
if (!(taskName.match(/|||||||||88||||||||||||穿||||||||||||||||/) || !content.match(/||/))) {
157158
return [taskName, jumpButtons[i], content]
158159
}
159160
}
@@ -218,7 +219,7 @@ try {
218219
countdown = 1
219220
break
220221
}
221-
if (textMatches(/.*.*/).exists()) {
222+
if (textMatches(/.*.*|.*.*/).exists()) {
222223
alert('触发淘宝验证', '请手动验证后返回淘宝首页,重新执行任务')
223224
console.log('异常退出。')
224225
quit()
@@ -383,7 +384,7 @@ try {
383384
console.log('没找到合适的任务。也许任务已经全部做完了。退出。互动任务不会自动完成。')
384385
console.log('请手动切换回主页面')
385386
if (startCoin && endCoin) {
386-
console.log('本次任务共获得', (endCoin - startCoin), '喵币')
387+
console.log('本次任务共获得', (endCoin - startCoin), '万喵币')
387388
}
388389
alert('任务已完成', '别忘了在脚本主页领取双十一红包!互动任务需要手动完成。')
389390
quit()
@@ -399,10 +400,10 @@ try {
399400
sleep(2000)
400401
}
401402
backToList()
402-
} else if (jumpButton[0].match(/.*.*|.*.*|.*.*|.*.*/)) {
403-
console.log('进行' + jumpButton[0] + '任务,10秒后返回')
403+
} else if (jumpButton[0].match(/|/)) {
404+
console.log('进行' + jumpButton[0] + '任务,20秒后返回')
404405
jumpButton[1].click()
405-
sleep(10000)
406+
sleep(20000)
406407
backToList()
407408
} else if (jumpButton[0].match(//)) {
408409
console.log('进行' + jumpButton[0] + '任务')

tb_huichang.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const VERSION = '20231111-K'
1+
const VERSION = '20231111-M'
22

33
if (!auto.service) {
44
toast('无障碍服务未启动!退出!')

tb_luck.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const VERSION = '20231111-K'
1+
const VERSION = '20231111-M'
22

33
if (!auto.service) {
44
toast('无障碍服务未启动!退出!')

0 commit comments

Comments
 (0)