mirror of https://github.com/KingRan/KR.git
parent
43a16ec7b3
commit
a7e1f4b278
|
@ -48,7 +48,7 @@ $.appId = "e395f"
|
||||||
$.msg($.name, '【提示】请先获取京东账号一cookie\n直接使用NobyDa的京东签到获取', 'https://bean.m.jd.com/bean/signIndex.action', {"open-url": "https://bean.m.jd.com/bean/signIndex.action"});
|
$.msg($.name, '【提示】请先获取京东账号一cookie\n直接使用NobyDa的京东签到获取', 'https://bean.m.jd.com/bean/signIndex.action', {"open-url": "https://bean.m.jd.com/bean/signIndex.action"});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let res = await getAuthorShareCode('https://gitee.com/KingRan521/JD-Scripts/blob/master/shareCodes/jxlhb.json')
|
let res = await getAuthorShareCode('https://gitee.com/KingRan521/JD-Scripts/raw/master/shareCodes/jxlhb.json')
|
||||||
if (res && res.activeId) $.activeId = res.activeId;
|
if (res && res.activeId) $.activeId = res.activeId;
|
||||||
$.authorMyShareIds = [...((res && res.codes) || [])];
|
$.authorMyShareIds = [...((res && res.codes) || [])];
|
||||||
$.CryptoJS = $.isNode() ? require('crypto-js') : CryptoJS;
|
$.CryptoJS = $.isNode() ? require('crypto-js') : CryptoJS;
|
||||||
|
|
Loading…
Reference in New Issue