This commit is contained in:
xyz 2025-05-05 22:55:28 +08:00
parent 1b09f95697
commit ab9506c870

View file

@ -83,7 +83,7 @@ export class Panel extends ZZZPlugin {
return false;
}
const newChar = result.filter(item => item.isNew);
global.ifNewChar = newChar.length > 0;
global.ifNewChar = (newChar.length > 0);
const finalData = {
newChar: newChar.length,
list: result,