1
0
mirror of https://github.com/okyyds/yyds.git synced 2026-03-14 13:32:50 +08:00
This commit is contained in:
ooo
2022-09-09 20:24:18 +08:00
parent 6997843c2a
commit 5a5af32d06

4
jd_supermh.js Normal file → Executable file
View File

@ -7,14 +7,14 @@
============Quantumultx===============
[task_local]
#京东超级盲盒
0 20 3,17 6 * jd_supermh.js, tag=京东超级盲盒, img-url=https://raw.githubusercontent.com/tsukasa007/icon/master/jd_joypark_task.png, enabled=true
0 20 * * * jd_supermh.js, tag=京东超级盲盒, enabled=true
*/
const $ = new Env('京东超级盲盒');
const jdCookieNode = $.isNode() ? require('./jdCookie.js') : '';
const notify = $.isNode() ? require('./sendNotify') : '';
//IOS等用户直接用NobyDa的jd cookie
const linkId = 'Jim-Gu6R_lyd4LT6nz69ow';
const linkId = '9Ff9Nj3xSRJlPyJInuDoKA';
let cookiesArr = [], cookie = '';
if ($.isNode()) {
Object.keys(jdCookieNode).forEach((item) => { cookiesArr.push(jdCookieNode[item]) })