mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-14 11:43:52 +01:00
Update banners
This commit is contained in:
parent
80375b790e
commit
f7c7677c75
7 changed files with 65 additions and 8 deletions
|
@ -1149,6 +1149,28 @@ export const banners = {
|
|||
// version: '4.5',
|
||||
// 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: [
|
||||
{
|
||||
|
@ -1903,6 +1925,17 @@ export const banners = {
|
|||
version: '4.5',
|
||||
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: [
|
||||
{
|
||||
|
|
|
@ -903,4 +903,28 @@ export const bannersDual = {
|
|||
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',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
@ -13,25 +13,25 @@
|
|||
const dispatch = createEventDispatcher();
|
||||
|
||||
const featured = {
|
||||
arataki_itto: {
|
||||
name: 'Arataki Itto',
|
||||
neuvillette: {
|
||||
name: 'Neuvillette',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
chiori: {
|
||||
name: 'Chiori',
|
||||
kaedehara_kazuha: {
|
||||
name: 'Kaedehara Kazuha',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
};
|
||||
const bannerId = 300062;
|
||||
const image = 'itto chiori.png';
|
||||
const bannerId = 300063;
|
||||
const image = 'neuvillette kazuha.png';
|
||||
const width = 800;
|
||||
const height = 394;
|
||||
const height = 482;
|
||||
|
||||
let loading = true;
|
||||
let user = '';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<script context="module">
|
||||
export async function load({ fetch }) {
|
||||
const promoted = ['arataki_itto', 'yun_jin', 'gorou', 'dori'];
|
||||
const promoted = ['kaedehara_kazuha', 'barbara', 'xingqiu', 'yanfei'];
|
||||
const builds = {};
|
||||
for (const p of promoted) {
|
||||
const response = await fetch(`/characters/build/${p}.json`);
|
||||
|
|
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 124 KiB |
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 107 KiB |
Loading…
Add table
Reference in a new issue