mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-23 07:17:43 +01:00
Fix #271
This commit is contained in:
parent
2a8da2dbfa
commit
126657663e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
let spincrystals = data;
|
||||
let checkList = {};
|
||||
let total = data.length;
|
||||
let total = data.filter((e) => e.number !== 0).length;
|
||||
let current = 0;
|
||||
|
||||
async function changeLocale(locale) {
|
||||
|
|
Loading…
Reference in a new issue