mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-07 02:59:39 +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.artifacts'), href: '/artifacts' },
|
||||||
{ label: $t('sidebar.fishing'), href: '/fishing' },
|
{ label: $t('sidebar.fishing'), href: '/fishing' },
|
||||||
{ label: $t('sidebar.radiantSpincrystal'), href: '/radiant-spincrystal' },
|
{ label: $t('sidebar.radiantSpincrystal'), href: '/radiant-spincrystal' },
|
||||||
|
{ label: $t('sidebar.recipe'), href: '/recipe' },
|
||||||
{ label: $t('sidebar.calendar'), href: '/calendar' },
|
{ label: $t('sidebar.calendar'), href: '/calendar' },
|
||||||
{ label: $t('sidebar.banners'), href: '/banners' },
|
{ label: $t('sidebar.banners'), href: '/banners' },
|
||||||
]}
|
]}
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
"artifacts": "Artifacts",
|
"artifacts": "Artifacts",
|
||||||
"fishing": "Fishing",
|
"fishing": "Fishing",
|
||||||
"radiantSpincrystal": "Radiant Spincrystal",
|
"radiantSpincrystal": "Radiant Spincrystal",
|
||||||
|
"recipe": "Recipe",
|
||||||
"calendar": "Calendar",
|
"calendar": "Calendar",
|
||||||
"banners": "Character Reruns",
|
"banners": "Character Reruns",
|
||||||
"tcg": "TCG",
|
"tcg": "TCG",
|
||||||
|
|
|
@ -188,6 +188,7 @@
|
||||||
'furnishing-set-character',
|
'furnishing-set-character',
|
||||||
'fishing',
|
'fishing',
|
||||||
'spincrystals',
|
'spincrystals',
|
||||||
|
'recipe',
|
||||||
];
|
];
|
||||||
|
|
||||||
for (let k of keyWillBeDeleted) {
|
for (let k of keyWillBeDeleted) {
|
||||||
|
@ -230,6 +231,7 @@
|
||||||
'furnishing-set-character',
|
'furnishing-set-character',
|
||||||
'fishing',
|
'fishing',
|
||||||
'spincrystals',
|
'spincrystals',
|
||||||
|
'recipe',
|
||||||
];
|
];
|
||||||
|
|
||||||
for (let k of keyWillBeDeleted) {
|
for (let k of keyWillBeDeleted) {
|
||||||
|
@ -275,6 +277,7 @@
|
||||||
'furnishing-set-character',
|
'furnishing-set-character',
|
||||||
'fishing',
|
'fishing',
|
||||||
'spincrystals',
|
'spincrystals',
|
||||||
|
'recipe',
|
||||||
];
|
];
|
||||||
|
|
||||||
const temp = {};
|
const temp = {};
|
||||||
|
|
Loading…
Reference in a new issue