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

Compare commits

...

3 Commits

Author SHA1 Message Date
fortheday520
fa668d3568 Merge bb3756b9e2 into f6e178356d 2024-09-05 20:26:24 +08:00
2024
f6e178356d 1 2024-09-05 16:01:36 +08:00
fortheday520
bb3756b9e2 Update jdCookie.js
fix bug
2024-08-30 10:33:11 +08:00
2 changed files with 2 additions and 2 deletions

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)));
}
}

File diff suppressed because one or more lines are too long