mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-23 07:17:43 +01:00
Fix featured on Tighnari banner
This commit is contained in:
parent
ed1b15b030
commit
43d6e49af8
2 changed files with 4 additions and 4 deletions
|
@ -449,7 +449,7 @@ export const banners = {
|
|||
start: '2022-08-24 06:00:00',
|
||||
end: '2022-09-09 17:59:59',
|
||||
color: '#76df81',
|
||||
featured: ['tighnari'],
|
||||
featured: ['tighnari', 'zhongli'],
|
||||
featuredRare: ['collei', 'fischl', 'diona'],
|
||||
timezoneDependent: true,
|
||||
},
|
||||
|
@ -460,7 +460,7 @@ export const banners = {
|
|||
// start: '2022-08-24 06:00:00',
|
||||
// end: '2022-09-09 17:59:59',
|
||||
// color: '#D1A55C',
|
||||
// featured: ['zhongli'],
|
||||
// featured: ['tighnari', 'zhongli'],
|
||||
// featuredRare: ['collei', 'fischl', 'diona'],
|
||||
// timezoneDependent: true,
|
||||
// },
|
||||
|
|
|
@ -171,7 +171,7 @@ export const bannersDual = {
|
|||
start: '2022-08-24 06:00:00',
|
||||
end: '2022-09-09 17:59:59',
|
||||
color: '#76df81',
|
||||
featured: ['tighnari'],
|
||||
featured: ['tighnari', 'zhongli'],
|
||||
featuredRare: ['collei', 'fischl', 'diona'],
|
||||
timezoneDependent: true,
|
||||
},
|
||||
|
@ -182,7 +182,7 @@ export const bannersDual = {
|
|||
start: '2022-08-24 06:00:00',
|
||||
end: '2022-09-09 17:59:59',
|
||||
color: '#D1A55C',
|
||||
featured: ['zhongli'],
|
||||
featured: ['tighnari', 'zhongli'],
|
||||
featuredRare: ['collei', 'fischl', 'diona'],
|
||||
timezoneDependent: true,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue