Update banners
parent
ae63bda17d
commit
5ca5c9a6a4
|
@ -89,7 +89,7 @@ export const banners = {
|
|||
shortName: 'Xiao',
|
||||
start: '2021-02-03 06:00:00',
|
||||
end: '2021-02-17 16:00:00',
|
||||
color: '#2BE3F8',
|
||||
color: '#25d7b8',
|
||||
timezoneDependent: true,
|
||||
featured: ['xiao'],
|
||||
featuredRare: ['diona', 'xinyan', 'beidou'],
|
||||
|
@ -289,7 +289,7 @@ export const banners = {
|
|||
// shortName: 'Xiao',
|
||||
// start: '2022-01-05 06:00:00',
|
||||
// end: '2022-01-25 17:59:59',
|
||||
// color: '#5AD4D4',
|
||||
// color: '#25d7b8',
|
||||
// featured: ['shenhe', 'xiao'],
|
||||
// featuredRare: ['yun_jin', 'ningguang', 'chongyun'],
|
||||
// timezoneDependent: true,
|
||||
|
@ -377,6 +377,28 @@ export const banners = {
|
|||
featured: ['kamisato_ayaka'],
|
||||
featuredRare: ['sayu', 'razor', 'rosaria'],
|
||||
},
|
||||
{
|
||||
name: 'Discerner of Enigmas',
|
||||
image: 1,
|
||||
shortName: 'Yelan',
|
||||
start: '2022-05-31 06:00:00',
|
||||
end: '2022-06-21 17:59:59',
|
||||
color: '#7de6fd',
|
||||
featured: ['yelan', 'xiao'],
|
||||
featuredRare: ['barbara', 'noelle', 'yanfei'],
|
||||
timezoneDependent: true,
|
||||
},
|
||||
// {
|
||||
// name: 'Invitation to Mundane Life',
|
||||
// image: 3,
|
||||
// shortName: 'Xiao',
|
||||
// start: '2022-05-31 06:00:00',
|
||||
// end: '2022-06-21 17:59:59',
|
||||
// color: '#25d7b8',
|
||||
// featured: ['yelan', 'xiao'],
|
||||
// featuredRare: ['barbara', 'noelle', 'yanfei'],
|
||||
// timezoneDependent: true,
|
||||
// },
|
||||
],
|
||||
weapons: [
|
||||
{
|
||||
|
|
|
@ -41,7 +41,7 @@ export const bannersDual = {
|
|||
shortName: 'Xiao',
|
||||
start: '2022-01-05 06:00:00',
|
||||
end: '2022-01-25 17:59:59',
|
||||
color: '#5AD4D4',
|
||||
color: '#25d7b8',
|
||||
featured: ['shenhe', 'xiao'],
|
||||
featuredRare: ['yun_jin', 'ningguang', 'chongyun'],
|
||||
timezoneDependent: true,
|
||||
|
@ -115,4 +115,28 @@ export const bannersDual = {
|
|||
timezoneDependent: true,
|
||||
},
|
||||
],
|
||||
'Discerner of Enigmas 1': [
|
||||
{
|
||||
name: 'Discerner of Enigmas',
|
||||
image: 1,
|
||||
shortName: 'Yelan',
|
||||
start: '2022-05-31 06:00:00',
|
||||
end: '2022-06-21 17:59:59',
|
||||
color: '#7de6fd',
|
||||
featured: ['yelan', 'xiao'],
|
||||
featuredRare: ['barbara', 'noelle', 'yanfei'],
|
||||
timezoneDependent: true,
|
||||
},
|
||||
{
|
||||
name: 'Invitation to Mundane Life',
|
||||
image: 3,
|
||||
shortName: 'Xiao',
|
||||
start: '2022-05-31 06:00:00',
|
||||
end: '2022-06-21 17:59:59',
|
||||
color: '#25d7b8',
|
||||
featured: ['yelan', 'xiao'],
|
||||
featuredRare: ['barbara', 'noelle', 'yanfei'],
|
||||
timezoneDependent: true,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 583 KiB |
Binary file not shown.
After Width: | Height: | Size: 537 KiB |
Loading…
Reference in New Issue