mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-22 23:10:58 +01:00
Update yoimiya banner
This commit is contained in:
parent
0ebc67c49f
commit
c3f4e1381f
6 changed files with 26 additions and 13 deletions
|
@ -432,6 +432,16 @@ export const banners = {
|
|||
// featuredRare: ['ningguang', 'thoma', 'shikanoin_heizou'],
|
||||
// timezoneDependent: true,
|
||||
// },
|
||||
{
|
||||
name: 'Tapestry of Golden Flames',
|
||||
image: 2,
|
||||
shortName: 'Yoimiya',
|
||||
start: '2022-08-02 18:00:00',
|
||||
end: '2022-08-23 14:59:59',
|
||||
color: '#fc8976',
|
||||
featured: ['yoimiya'],
|
||||
featuredRare: ['yun_jin', 'xinyan', 'bennett'],
|
||||
},
|
||||
],
|
||||
weapons: [
|
||||
{
|
||||
|
@ -780,5 +790,15 @@ export const banners = {
|
|||
featuredRare: ['the_alley_flash', 'mitternachts_waltz', 'rainslasher', 'favonius_lance', 'the_widsith'],
|
||||
timezoneDependent: true,
|
||||
},
|
||||
{
|
||||
name: 'Epitome Invocation',
|
||||
image: 32,
|
||||
start: '2022-08-02 18:00:00',
|
||||
end: '2022-08-23 14:59:59',
|
||||
shortName: 'Thundering',
|
||||
color: '#eae5e1',
|
||||
featured: ['thundering_pulse', 'summit_shaper'],
|
||||
featuredRare: ['wine_and_song', 'alley_hunter', 'the_flute', 'sacrificial_greatsword', 'dragons_bane'],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
@ -13,25 +13,18 @@
|
|||
const dispatch = createEventDispatcher();
|
||||
|
||||
const featured = {
|
||||
shikanoin_heizou: {
|
||||
name: 'Heizou',
|
||||
rarity: 'rare',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
kaedehara_kazuha: {
|
||||
name: 'Kazuha',
|
||||
yoimiya: {
|
||||
name: 'Yoimiya',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
};
|
||||
const bannerId = 300032;
|
||||
const image = 'kazuha_heizo.png';
|
||||
const bannerId = 300033;
|
||||
const image = 'yoimiya.png';
|
||||
const width = 800;
|
||||
const height = 488;
|
||||
const height = 495;
|
||||
|
||||
let loading = true;
|
||||
let user = '';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<script context="module">
|
||||
export async function load({ fetch }) {
|
||||
const promoted = ['kaedehara_kazuha', 'shikanoin_heizou'];
|
||||
const promoted = ['yoimiya', 'yun_jin'];
|
||||
const builds = {};
|
||||
for (const p of promoted) {
|
||||
const response = await fetch(`/characters/build/${p}.json`);
|
||||
|
|
BIN
static/images/banners/Epitome Invocation 32.png
Normal file
BIN
static/images/banners/Epitome Invocation 32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 397 KiB |
BIN
static/images/banners/Tapestry of Golden Flames.png
Normal file
BIN
static/images/banners/Tapestry of Golden Flames.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 536 KiB |
BIN
static/images/home/yoimiya.png
Normal file
BIN
static/images/home/yoimiya.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 198 KiB |
Loading…
Reference in a new issue