mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-21 22:46:29 +01:00
Update banners
This commit is contained in:
parent
02b3e9c6f4
commit
e7da0a5bb7
3 changed files with 85 additions and 0 deletions
|
@ -1263,6 +1263,30 @@ export const banners = {
|
|||
// featuredRare: ['noelle', 'gaming', 'rosaria'],
|
||||
// version: '4.7',
|
||||
// },
|
||||
{
|
||||
name: 'In the Name of the Rosula',
|
||||
image: 2,
|
||||
shortName: 'Navia',
|
||||
start: '2024-07-17 06:00:00',
|
||||
end: '2024-08-06 17:59:00',
|
||||
color: '#fadbf8',
|
||||
featured: ['navia', 'nilou'],
|
||||
featuredRare: ['kirara', 'kaveh', 'ningguang'],
|
||||
version: '4.8',
|
||||
timezoneDependent: true,
|
||||
},
|
||||
// {
|
||||
// name: 'Twirling Lotus',
|
||||
// image: 3,
|
||||
// shortName: 'Nilou',
|
||||
// start: '2024-07-17 06:00:00',
|
||||
// end: '2024-08-06 17:59:00',
|
||||
// color: '#b2e0f0',
|
||||
// featured: ['navia', 'nilou'],
|
||||
// featuredRare: ['kirara', 'kaveh', 'ningguang'],
|
||||
// version: '4.8',
|
||||
// timezoneDependent: true,
|
||||
// },
|
||||
],
|
||||
weapons: [
|
||||
{
|
||||
|
@ -2080,6 +2104,18 @@ export const banners = {
|
|||
featuredRare: ['lithic_blade', 'lions_roar', 'favonius_lance', 'favonius_codex', 'sacrificial_bow'],
|
||||
version: '4.7',
|
||||
},
|
||||
{
|
||||
name: 'Epitome Invocation',
|
||||
image: 67,
|
||||
shortName: 'Verdict',
|
||||
start: '2024-07-17 06:00:00',
|
||||
end: '2024-08-06 17:59:00',
|
||||
color: '#eae5e1',
|
||||
featured: ['verdict', 'key_of_khaj-nisut'],
|
||||
featuredRare: ['xiphos_moonlight', 'the_bell', 'dragons_bane', 'eye_of_perception', 'rust'],
|
||||
version: '4.8',
|
||||
timezoneDependent: true,
|
||||
},
|
||||
],
|
||||
chronicled: [
|
||||
{
|
||||
|
|
|
@ -1027,4 +1027,30 @@ export const bannersDual = {
|
|||
version: '4.7',
|
||||
},
|
||||
],
|
||||
'In the Name of the Rosula 2': [
|
||||
{
|
||||
name: 'In the Name of the Rosula',
|
||||
image: 2,
|
||||
shortName: 'Navia',
|
||||
start: '2024-07-17 06:00:00',
|
||||
end: '2024-08-06 17:59:00',
|
||||
color: '#fadbf8',
|
||||
featured: ['navia', 'nilou'],
|
||||
featuredRare: ['kirara', 'kaveh', 'ningguang'],
|
||||
version: '4.8',
|
||||
timezoneDependent: true,
|
||||
},
|
||||
{
|
||||
name: 'Twirling Lotus',
|
||||
image: 3,
|
||||
shortName: 'Nilou',
|
||||
start: '2024-07-17 06:00:00',
|
||||
end: '2024-08-06 17:59:00',
|
||||
color: '#b2e0f0',
|
||||
featured: ['navia', 'nilou'],
|
||||
featuredRare: ['kirara', 'kaveh', 'ningguang'],
|
||||
version: '4.8',
|
||||
timezoneDependent: true,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
@ -1826,4 +1826,27 @@ export const events = [
|
|||
url: 'https://www.hoyolab.com/article/30072005',
|
||||
showOnHome: true,
|
||||
},
|
||||
{
|
||||
name: 'Summertide Scales and Tales',
|
||||
pos: '0% 0%',
|
||||
image: 'Summertide Scales and Tales.png',
|
||||
start: '2024-07-17 06:00:00',
|
||||
end: '2024-08-27 03:59:59',
|
||||
color: '#64b1e8',
|
||||
zoom: '100%',
|
||||
url: 'https://www.hoyolab.com/article/31070415',
|
||||
showOnHome: true,
|
||||
timezoneDependent: true,
|
||||
},
|
||||
{
|
||||
name: 'Outside the Canvas, Inside the Lens: Dew-Kissed Chapter',
|
||||
pos: '0% 20%',
|
||||
image: 'outside_the_canvas_inside_the_lens.jpg',
|
||||
start: '2024-07-29 10:00:00',
|
||||
end: '2024-08-08 03:59:59',
|
||||
color: '#b1d1e6',
|
||||
zoom: '200%',
|
||||
url: 'https://www.hoyolab.com/article/31070697',
|
||||
showOnHome: true,
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue