JD: 调整一些环境下的处理

This commit is contained in:
NobyDa 2020-07-07 17:31:35 +08:00
parent 99a440de11
commit f5cbc2b1b8
1 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,7 @@
京东多合一签到脚本
更新时间: 2020.7.07 15:00 v1.24
更新时间: 2020.7.07 17:00 v1.25
有效接口: 24+
脚本兼容: QuantumultX, Surge, Loon, JSBox, Node.js
电报频道: @NobyDa
@ -760,9 +760,11 @@ function JingDongShake(s) {
function JDUserSignPre(s, key, title) {
if ($nobyda.isNode) {
return JDUserSignPre1(s, key, title)
} else {
return JDUserSignPre1(s, key, title);
} else if (key == 'JDWomen' || $nobyda.isJSBox) {
return JDUserSignPre2(s, key, title);
} else {
return JDUserSignPre1(s, key, title);
}
}