Add missing item list

pull/1/head
I Made Setia Baruna 2021-02-04 19:38:44 +08:00
parent 204ba5af3d
commit 991e60c14a
4 changed files with 2 additions and 6 deletions

View File

@ -50,7 +50,7 @@
openModal(
TodoAddModal,
{
item,
item: itemList[item].parent && itemList[item].rarity < 5 ? itemList[item].parent : item,
addTodo: addTodoItem,
cancel: closeModal,
},
@ -96,7 +96,7 @@
}
charactersDays[item.day.join('_')][item.id].push(character.id);
const ascension = character.ascension[0];
const ascension = character.ascension[1];
for (const item of ascension.items) {
if (item.amount) {
if (allItems[item.item.id] === undefined) {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View File

@ -1,4 +0,0 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=https://genshin-impact.fandom.com/
HostUrl=https://static.wikia.nocookie.net/gensin-impact/images/0/04/Item_Crown_of_Insight.png/revision/latest/scale-to-width-down/256?cb=20201115225803

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 42 KiB