This commit is contained in:
lxk0301
2021-01-18 12:45:52 +08:00
parent 55cb8cad21
commit 073244fac0
2 changed files with 2 additions and 1 deletions

View File

@@ -107,6 +107,7 @@ function getRnd() {
} }
function showMsg() { function showMsg() {
return new Promise(resolve => { return new Promise(resolve => {
console.log('任务已做完!\n如有未完成的任务请多执行几次。注目前入会任务不会做')
if (!jdNotify) { if (!jdNotify) {
$.msg($.name, '', `${message}`); $.msg($.name, '', `${message}`);
} else { } else {

View File

@@ -45,7 +45,7 @@
"name": "自定义京东脚本的UserAgent", "name": "自定义京东脚本的UserAgent",
"val": "", "val": "",
"type": "text", "type": "text",
"desc": "不懂不知不会UserAgent的请不要随意填写内容" "desc": "不懂不知不会UserAgent的请不要随意填写内容如需填写使用建议使用京东APP的UserAgent"
} }
], ],
"author": "@LXK9301", "author": "@LXK9301",