mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
fix
This commit is contained in:
parent
1b09f95697
commit
ab9506c870
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue