mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-29 09:30:31 +01:00
Update banner
This commit is contained in:
parent
b69607fca9
commit
70067e70f1
7 changed files with 59 additions and 2 deletions
|
@ -965,6 +965,28 @@ export const banners = {
|
||||||
// version: '4.1',
|
// version: '4.1',
|
||||||
// timezoneDependent: true,
|
// timezoneDependent: true,
|
||||||
// },
|
// },
|
||||||
|
{
|
||||||
|
name: 'Tempestuous Destiny',
|
||||||
|
image: 1,
|
||||||
|
shortName: 'Wriothesley',
|
||||||
|
start: '2023-10-17 18:00:00',
|
||||||
|
end: '2023-11-17 14:59:59',
|
||||||
|
color: '#b3d7f1',
|
||||||
|
featured: ['wriothesley', 'venti'],
|
||||||
|
featuredRare: ['chongyun', 'thoma', 'dori'],
|
||||||
|
version: '4.1',
|
||||||
|
},
|
||||||
|
// {
|
||||||
|
// name: 'Ballad in Goblets',
|
||||||
|
// image: 5,
|
||||||
|
// shortName: 'Venti',
|
||||||
|
// start: '2023-10-17 18:00:00',
|
||||||
|
// end: '2023-11-17 14:59:59',
|
||||||
|
// color: '#96f6de',
|
||||||
|
// featured: ['wriothesley', 'venti'],
|
||||||
|
// featuredRare: ['chongyun', 'thoma', 'dori'],
|
||||||
|
// version: '4.1',
|
||||||
|
// },
|
||||||
],
|
],
|
||||||
weapons: [
|
weapons: [
|
||||||
{
|
{
|
||||||
|
@ -1621,5 +1643,16 @@ export const banners = {
|
||||||
version: '4.1',
|
version: '4.1',
|
||||||
timezoneDependent: true,
|
timezoneDependent: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Epitome Invocation',
|
||||||
|
image: 54,
|
||||||
|
shortName: 'Polar',
|
||||||
|
start: '2023-10-17 18:00:00',
|
||||||
|
end: '2023-11-17 14:59:59',
|
||||||
|
color: '#eae5e1',
|
||||||
|
featured: ['cashflow_supervision', 'elegy_for_the_end'],
|
||||||
|
featuredRare: ['prospectors_drill', 'range_gauge', 'favonius_sword', 'rainslasher', 'eye_of_perception'],
|
||||||
|
version: '4.1',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
|
@ -703,4 +703,28 @@ export const bannersDual = {
|
||||||
timezoneDependent: true,
|
timezoneDependent: true,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
'Tempestuous Destiny 1': [
|
||||||
|
{
|
||||||
|
name: 'Tempestuous Destiny',
|
||||||
|
image: 1,
|
||||||
|
shortName: 'Wriothesley',
|
||||||
|
start: '2023-10-17 18:00:00',
|
||||||
|
end: '2023-11-17 14:59:59',
|
||||||
|
color: '#b3d7f1',
|
||||||
|
featured: ['wriothesley', 'venti'],
|
||||||
|
featuredRare: ['chongyun', 'thoma', 'dori'],
|
||||||
|
version: '4.1',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Ballad in Goblets',
|
||||||
|
image: 5,
|
||||||
|
shortName: 'Venti',
|
||||||
|
start: '2023-10-17 18:00:00',
|
||||||
|
end: '2023-11-17 14:59:59',
|
||||||
|
color: '#96f6de',
|
||||||
|
featured: ['wriothesley', 'venti'],
|
||||||
|
featuredRare: ['chongyun', 'thoma', 'dori'],
|
||||||
|
version: '4.1',
|
||||||
|
},
|
||||||
|
],
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<script context="module">
|
<script context="module">
|
||||||
export async function load({ fetch }) {
|
export async function load({ fetch }) {
|
||||||
const promoted = ['hu_tao', 'xingqiu'];
|
const promoted = ['venti'];
|
||||||
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`);
|
||||||
|
|
|
@ -7,7 +7,7 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`;
|
||||||
|
|
||||||
const IMAGE_URL = `${self.location.origin}/images/`;
|
const IMAGE_URL = `${self.location.origin}/images/`;
|
||||||
|
|
||||||
const changelog = ['Fix missing achievements'];
|
const changelog = ['Update banners', 'Update character', 'Fix missing achievements'];
|
||||||
|
|
||||||
const channel = new BroadcastChannel('paimonmoe-sw');
|
const channel = new BroadcastChannel('paimonmoe-sw');
|
||||||
|
|
||||||
|
|
BIN
static/images/banners/Ballad in Goblets 5.png
Normal file
BIN
static/images/banners/Ballad in Goblets 5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 253 KiB |
BIN
static/images/banners/Epitome Invocation 54.png
Normal file
BIN
static/images/banners/Epitome Invocation 54.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 201 KiB |
BIN
static/images/banners/Tempestuous Destiny 1.png
Normal file
BIN
static/images/banners/Tempestuous Destiny 1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 276 KiB |
Loading…
Add table
Reference in a new issue