mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-13 19:27:45 +01:00
Update banners
This commit is contained in:
parent
9cfab02f27
commit
ddc2a979f1
8 changed files with 65 additions and 8 deletions
|
@ -1195,6 +1195,28 @@ export const banners = {
|
|||
// version: '4.6',
|
||||
// timezoneDependent: true,
|
||||
// },
|
||||
{
|
||||
name: 'From Ashes Reborn',
|
||||
image: 3,
|
||||
shortName: 'Wanderer',
|
||||
start: '2024-05-14 18:00:00',
|
||||
end: '2024-06-04 14:59:00',
|
||||
color: '#31cae1',
|
||||
featured: ['wanderer', 'baizhu'],
|
||||
featuredRare: ['layla', 'faruzan', 'beidou'],
|
||||
version: '4.6',
|
||||
},
|
||||
// {
|
||||
// name: 'Immaculate Pulse',
|
||||
// image: 3,
|
||||
// shortName: 'Baizhu',
|
||||
// start: '2024-05-14 18:00:00',
|
||||
// end: '2024-06-04 14:59:00',
|
||||
// color: '#8fdaa0',
|
||||
// featured: ['wanderer', 'baizhu'],
|
||||
// featuredRare: ['layla', 'faruzan', 'beidou'],
|
||||
// version: '4.6',
|
||||
// },
|
||||
],
|
||||
weapons: [
|
||||
{
|
||||
|
@ -1978,6 +2000,17 @@ export const banners = {
|
|||
version: '4.6',
|
||||
timezoneDependent: true,
|
||||
},
|
||||
{
|
||||
name: 'Epitome Invocation',
|
||||
image: 64,
|
||||
shortName: 'Tulaytullah',
|
||||
start: '2024-05-14 18:00:00',
|
||||
end: '2024-06-04 14:59:00',
|
||||
color: '#eae5e1',
|
||||
featured: ['tulaytullahs_remembrance', 'jadefalls_splendor'],
|
||||
featuredRare: ['prospectors_drill', 'range_gauge', 'favonius_sword', 'rainslasher', 'sacrificial_fragments'],
|
||||
version: '4.6',
|
||||
},
|
||||
],
|
||||
chronicled: [
|
||||
{
|
||||
|
|
|
@ -953,4 +953,28 @@ export const bannersDual = {
|
|||
timezoneDependent: true,
|
||||
},
|
||||
],
|
||||
'From Ashes Reborn 3': [
|
||||
{
|
||||
name: 'From Ashes Reborn',
|
||||
image: 3,
|
||||
shortName: 'Wanderer',
|
||||
start: '2024-05-14 18:00:00',
|
||||
end: '2024-06-04 14:59:00',
|
||||
color: '#31cae1',
|
||||
featured: ['wanderer', 'baizhu'],
|
||||
featuredRare: ['layla', 'faruzan', 'beidou'],
|
||||
version: '4.6',
|
||||
},
|
||||
{
|
||||
name: 'Immaculate Pulse',
|
||||
image: 3,
|
||||
shortName: 'Baizhu',
|
||||
start: '2024-05-14 18:00:00',
|
||||
end: '2024-06-04 14:59:00',
|
||||
color: '#8fdaa0',
|
||||
featured: ['wanderer', 'baizhu'],
|
||||
featuredRare: ['layla', 'faruzan', 'beidou'],
|
||||
version: '4.6',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
@ -13,25 +13,25 @@
|
|||
const dispatch = createEventDispatcher();
|
||||
|
||||
const featured = {
|
||||
arlecchino: {
|
||||
name: 'Arlecchino',
|
||||
baizhu: {
|
||||
name: 'Baizhu',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
lyney: {
|
||||
name: 'Lyney',
|
||||
wanderer: {
|
||||
name: 'Wanderer',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
};
|
||||
const bannerId = 300064;
|
||||
const image = 'arlecchino lyney.png';
|
||||
const bannerId = 300065;
|
||||
const image = 'baizhu wanderer.png';
|
||||
const width = 800;
|
||||
const height = 398;
|
||||
const height = 403;
|
||||
|
||||
let loading = true;
|
||||
let user = '';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<script context="module">
|
||||
export async function load({ fetch }) {
|
||||
const promoted = ['xiangling'];
|
||||
const promoted = ['wanderer', 'beidou', 'faruzan', 'layla'];
|
||||
const builds = {};
|
||||
for (const p of promoted) {
|
||||
const response = await fetch(`/characters/build/${p}.json`);
|
||||
|
|
BIN
static/images/banners/Epitome Invocation 64.png
Normal file
BIN
static/images/banners/Epitome Invocation 64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 389 KiB |
BIN
static/images/banners/From Ashes Reborn 3.png
Normal file
BIN
static/images/banners/From Ashes Reborn 3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 604 KiB |
BIN
static/images/banners/Immaculate Pulse 3.png
Normal file
BIN
static/images/banners/Immaculate Pulse 3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 593 KiB |
BIN
static/images/home/baizhu wanderer.png
Normal file
BIN
static/images/home/baizhu wanderer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 440 KiB |
Loading…
Add table
Reference in a new issue