From dc5b4530a8b2331dc2c517c16690f760c95addf2 Mon Sep 17 00:00:00 2001 From: NobyDa <53217160+NobyDa@users.noreply.github.com> Date: Fri, 10 Jul 2020 00:26:19 +0800 Subject: [PATCH] =?UTF-8?q?JD:=20=E5=B0=9D=E8=AF=95=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E6=9E=81=E5=B0=91=E6=95=B0=E7=94=A8=E6=88=B7=E5=B4=A9=E6=BA=83?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JD-DailyBonus/JD_DailyBonus.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JD-DailyBonus/JD_DailyBonus.js b/JD-DailyBonus/JD_DailyBonus.js index 289359d..797795d 100644 --- a/JD-DailyBonus/JD_DailyBonus.js +++ b/JD-DailyBonus/JD_DailyBonus.js @@ -2,7 +2,7 @@ 京东多合一签到脚本 -更新时间: 2020.7.08 15:00 v1.26 +更新时间: 2020.7.10 0:10 v1.27 有效接口: 24+ 脚本兼容: QuantumultX, Surge, Loon, JSBox, Node.js 电报频道: @NobyDa @@ -762,7 +762,7 @@ function JingDongShake(s) { function JDUserSignPre(s, key, title) { if ($nobyda.isNode) { return JDUserSignPre1(s, key, title); - } else if (key == 'JDWomen' || $nobyda.isJSBox) { + } else if (key == 'JDWomen' || key == 'JDJewels'|| $nobyda.isJSBox) { return JDUserSignPre2(s, key, title); } else { return JDUserSignPre1(s, key, title);