mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-23 15:26:40 +01:00
Fix wish tally ganyu not showing
This commit is contained in:
parent
cda67a821a
commit
887ffc782b
2 changed files with 4 additions and 4 deletions
|
@ -292,7 +292,7 @@ export const banners = {
|
|||
start: '2022-01-25 18:00:00',
|
||||
end: '2022-02-15 14:59:59',
|
||||
color: '#FFF5BF',
|
||||
featured: ['zhongli'],
|
||||
featured: ['zhongli', 'ganyu'],
|
||||
featuredRare: ['xingqiu', 'beidou', 'yanfei'],
|
||||
},
|
||||
// {
|
||||
|
@ -302,7 +302,7 @@ export const banners = {
|
|||
// start: '2022-01-25 18:00:00',
|
||||
// end: '2022-02-15 14:59:59',
|
||||
// color: '#FFF5BF',
|
||||
// featured: ['ganyu'],
|
||||
// featured: ['zhongli', 'ganyu'],
|
||||
// featuredRare: ['xingqiu', 'beidou', 'yanfei'],
|
||||
// },
|
||||
],
|
||||
|
|
|
@ -55,7 +55,7 @@ export const bannersDual = {
|
|||
start: '2022-01-25 18:00:00',
|
||||
end: '2022-02-15 14:59:59',
|
||||
color: '#FFF5BF',
|
||||
featured: ['zhongli'],
|
||||
featured: ['zhongli', 'ganyu'],
|
||||
featuredRare: ['xingqiu', 'beidou', 'yanfei'],
|
||||
},
|
||||
{
|
||||
|
@ -65,7 +65,7 @@ export const bannersDual = {
|
|||
start: '2022-01-25 18:00:00',
|
||||
end: '2022-02-15 14:59:59',
|
||||
color: '#FFF5BF',
|
||||
featured: ['ganyu'],
|
||||
featured: ['zhongli', 'ganyu'],
|
||||
featuredRare: ['xingqiu', 'beidou', 'yanfei'],
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue