1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-04-12 21:06:37 +08:00

Update jdCookie.js

fix bug
This commit is contained in:
fortheday520
2024-08-30 10:33:11 +08:00
committed by GitHub
parent ed0414188a
commit bb3756b9e2

View File

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