This commit is contained in:
Faker
2022-07-19 10:28:39 +08:00
parent 1eac68c9e1
commit aae7cfc99d
16 changed files with 1869 additions and 405 deletions

View File

@@ -1,7 +1,10 @@
//问题反馈:https://t.me/Wall_E_Channel
/*
7 7 7 7 7 m_jd_wx_addCart.js
1 1 1 1 * m_jd_wx_addCart.js, tag=M加购有礼, enabled=true
*/
//问题反馈:https://t.me/Wall_E_Channel
let mode = __dirname.includes('magic')
const {Env} = mode ? require('./magic') : require('./magic')
const $ = new Env('M加购有礼');
@@ -178,5 +181,5 @@ $.after = async function () {
|| ''}\n`);
$.msg.push($.activityUrl)
}
$.run({whitelist: ['1-5'], wait: [3000, 5000]}).catch(
$.run({whitelist: ['1-99'], wait: [3000, 5000]}).catch(
reason => $.log(reason));