1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-04-18 18:28:07 +08:00

Compare commits

...

5 Commits

Author SHA1 Message Date
fortheday520
e26e84bfee Merge bb3756b9e2 into fd7a1472a3 2024-09-02 13:35:01 +08:00
2024
fd7a1472a3 1 2024-09-02 10:15:21 +08:00
2024
fa1199f056 1 2024-09-01 16:07:54 +08:00
2024
00d96536a3 1 2024-08-31 19:15:11 +08:00
fortheday520
bb3756b9e2 Update jdCookie.js
fix bug
2024-08-30 10:33:11 +08:00
8 changed files with 34 additions and 35 deletions

View File

@@ -55,7 +55,7 @@ if (process.env.BANPIN) {
let pinarr = banpin.split(','); let pinarr = banpin.split(',');
console.log(`已配置全局不执行pin: ${JSON.stringify(pinarr)}`); console.log(`已配置全局不执行pin: ${JSON.stringify(pinarr)}`);
for (let i of pinarr) { for (let i of pinarr) {
j = decodeURIComponent(j); i = decodeURIComponent(i);
CookieJDs = CookieJDs.filter(x => !x.includes(encodeURIComponent(i))); CookieJDs = CookieJDs.filter(x => !x.includes(encodeURIComponent(i)));
} }
} }

11
jd_Surprise_Red.js Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

16
jd_market_exchange.js Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long