mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-03 17:52:11 +01:00
Edit extenal files!
This commit is contained in:
parent
bae4228419
commit
0f416d6e35
3 changed files with 5 additions and 0 deletions
|
@ -121,6 +121,7 @@
|
|||
{ label: $t('sidebar.artifacts'), href: '/artifacts' },
|
||||
{ label: $t('sidebar.fishing'), href: '/fishing' },
|
||||
{ label: $t('sidebar.radiantSpincrystal'), href: '/radiant-spincrystal' },
|
||||
{ label: $t('sidebar.recipe'), href: '/recipe' },
|
||||
{ label: $t('sidebar.calendar'), href: '/calendar' },
|
||||
{ label: $t('sidebar.banners'), href: '/banners' },
|
||||
]}
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
"artifacts": "Artifacts",
|
||||
"fishing": "Fishing",
|
||||
"radiantSpincrystal": "Radiant Spincrystal",
|
||||
"recipe": "Recipe",
|
||||
"calendar": "Calendar",
|
||||
"banners": "Character Reruns",
|
||||
"tcg": "TCG",
|
||||
|
|
|
@ -188,6 +188,7 @@
|
|||
'furnishing-set-character',
|
||||
'fishing',
|
||||
'spincrystals',
|
||||
'recipe',
|
||||
];
|
||||
|
||||
for (let k of keyWillBeDeleted) {
|
||||
|
@ -230,6 +231,7 @@
|
|||
'furnishing-set-character',
|
||||
'fishing',
|
||||
'spincrystals',
|
||||
'recipe',
|
||||
];
|
||||
|
||||
for (let k of keyWillBeDeleted) {
|
||||
|
@ -275,6 +277,7 @@
|
|||
'furnishing-set-character',
|
||||
'fishing',
|
||||
'spincrystals',
|
||||
'recipe',
|
||||
];
|
||||
|
||||
const temp = {};
|
||||
|
|
Loading…
Reference in a new issue