更新BoxJs订阅

This commit is contained in:
lxk0301
2020-11-26 10:36:57 +08:00
parent 9b7788711d
commit 340007e32d
2 changed files with 24 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ if ($.isNode()) {
} else {
cookiesArr.push(...[$.getdata('CookieJD'), $.getdata('CookieJD2')]);
}
let wantProduct = `移动电源`;//心仪商品名称
let wantProduct = ``;//心仪商品名称
const JD_API_HOST = 'https://api.m.jd.com/client.action';
const inviteCodes = [`P04z54XCjVWnYaS5u2ak7ZCdan1Bdd2GGiWvC6_uERj`, 'P04z54XCjVWnYaS5m9cZ2ariXVJwHf0bgkG7Uo'];
!(async () => {

View File

@@ -818,6 +818,29 @@
"https://raw.githubusercontent.com/58xinian/icon/master/xmyd_mini.png",
"https://raw.githubusercontent.com/58xinian/icon/master/xmyd.png"
]
},
{
"id": "lxk_jdfactory",
"name": "东东工厂",
"keys": [
"FACTORAY_WANTPRODUCT_NAME"
],
"settings": [
{
"id": "FACTORAY_WANTPRODUCT_NAME",
"name": "心仪商品名称",
"val": "",
"type": "text",
"desc": "请尽量填写完整和别的商品有区分度"
}
],
"author": "@lxk0301",
"repo": "https://github.com/lxk0301/jd_scripts",
"script": "https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_jdfactory.js",
"icons": [
"https://raw.githubusercontent.com/58xinian/icon/master/jd_factory_mini.png",
"https://raw.githubusercontent.com/58xinian/icon/master/jd_factory.png"
]
}
]
}