This commit is contained in:
lxk0301
2021-01-19 10:54:36 +08:00
parent 2e72165e59
commit d8e0e891a7

View File

@@ -114,6 +114,7 @@ function getRnd() {
function showMsg() { function showMsg() {
return new Promise(resolve => { return new Promise(resolve => {
console.log('任务已做完!\n如有未完成的任务请多执行几次。注目前入会任务不会做') console.log('任务已做完!\n如有未完成的任务请多执行几次。注目前入会任务不会做')
console.log('如出现taskVos错误的请更新USER_AGENTS.js或使用自定义UA功能')
if (!jdNotify) { if (!jdNotify) {
$.msg($.name, '', `${message}`); $.msg($.name, '', `${message}`);
} else { } else {