Update banners

pull/32/head
Made Baruna 2024-04-02 19:19:07 +08:00
parent 80375b790e
commit f7c7677c75
7 changed files with 65 additions and 8 deletions

View File

@ -1149,6 +1149,28 @@ export const banners = {
// version: '4.5', // version: '4.5',
// timezoneDependent: true, // timezoneDependent: true,
// }, // },
{
name: 'Decree of the Deeps',
image: 2,
shortName: 'Neuvillette',
start: '2024-04-02 18:00:00',
end: '2024-04-23 14:59:00',
color: '#72fefd',
featured: ['neuvillette', 'kaedehara_kazuha'],
featuredRare: ['barbara', 'xingqiu', 'yanfei'],
version: '4.5',
},
// {
// name: 'Leaves in the Wind',
// image: 4,
// shortName: 'Kazuha',
// start: '2024-04-02 18:00:00',
// end: '2024-04-23 14:59:00',
// color: '#8FFFDE',
// featured: ['neuvillette', 'kaedehara_kazuha'],
// featuredRare: ['barbara', 'xingqiu', 'yanfei'],
// version: '4.5',
// },
], ],
weapons: [ weapons: [
{ {
@ -1903,6 +1925,17 @@ export const banners = {
version: '4.5', version: '4.5',
timezoneDependent: true, timezoneDependent: true,
}, },
{
name: 'Epitome Invocation',
image: 62,
shortName: 'Eternal',
start: '2024-04-02 18:00:00',
end: '2024-04-23 14:59:00',
color: '#eae5e1',
featured: ['tome_of_the_eternal_flow', 'freedom-sworn'],
featuredRare: ['wine_and_song', 'mitternachts_waltz', 'the_flute', 'favonius_greatsword', 'favonius_lance'],
version: '4.5',
},
], ],
chronicled: [ chronicled: [
{ {

View File

@ -903,4 +903,28 @@ export const bannersDual = {
timezoneDependent: true, timezoneDependent: true,
}, },
], ],
'Decree of the Deeps 2': [
{
name: 'Decree of the Deeps',
image: 2,
shortName: 'Neuvillette',
start: '2024-04-02 18:00:00',
end: '2024-04-23 14:59:00',
color: '#72fefd',
featured: ['neuvillette', 'kaedehara_kazuha'],
featuredRare: ['barbara', 'xingqiu', 'yanfei'],
version: '4.5',
},
{
name: 'Leaves in the Wind',
image: 4,
shortName: 'Kazuha',
start: '2024-04-02 18:00:00',
end: '2024-04-23 14:59:00',
color: '#8FFFDE',
featured: ['neuvillette', 'kaedehara_kazuha'],
featuredRare: ['barbara', 'xingqiu', 'yanfei'],
version: '4.5',
},
],
}; };

View File

@ -13,25 +13,25 @@
const dispatch = createEventDispatcher(); const dispatch = createEventDispatcher();
const featured = { const featured = {
arataki_itto: { neuvillette: {
name: 'Arataki Itto', name: 'Neuvillette',
rarity: 'legendary', rarity: 'legendary',
count: 0, count: 0,
average: '...', average: '...',
percentage: '...', percentage: '...',
}, },
chiori: { kaedehara_kazuha: {
name: 'Chiori', name: 'Kaedehara Kazuha',
rarity: 'legendary', rarity: 'legendary',
count: 0, count: 0,
average: '...', average: '...',
percentage: '...', percentage: '...',
}, },
}; };
const bannerId = 300062; const bannerId = 300063;
const image = 'itto chiori.png'; const image = 'neuvillette kazuha.png';
const width = 800; const width = 800;
const height = 394; const height = 482;
let loading = true; let loading = true;
let user = ''; let user = '';

View File

@ -1,6 +1,6 @@
<script context="module"> <script context="module">
export async function load({ fetch }) { export async function load({ fetch }) {
const promoted = ['arataki_itto', 'yun_jin', 'gorou', 'dori']; const promoted = ['kaedehara_kazuha', 'barbara', 'xingqiu', 'yanfei'];
const builds = {}; const builds = {};
for (const p of promoted) { for (const p of promoted) {
const response = await fetch(`/characters/build/${p}.json`); const response = await fetch(`/characters/build/${p}.json`);

View File

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 124 KiB

View File

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 82 KiB

View File

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 107 KiB