mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-13 11:18:28 +01:00
Fix front page item list
This commit is contained in:
parent
35676c803b
commit
83c7323aa2
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
}
|
||||
_characters[item.id].push(character.id);
|
||||
} else {
|
||||
for (let i = 0; i <= 2; i++) {
|
||||
for (let i = 1; i <= 3; i++) {
|
||||
const e = character.material.book[i];
|
||||
if (!e.day.includes(today)) continue;
|
||||
if (_characters[e.parent] === undefined) {
|
||||
|
|
Loading…
Add table
Reference in a new issue