Update banner
parent
b69607fca9
commit
70067e70f1
|
@ -965,6 +965,28 @@ export const banners = {
|
|||
// version: '4.1',
|
||||
// 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: [
|
||||
{
|
||||
|
@ -1621,5 +1643,16 @@ export const banners = {
|
|||
version: '4.1',
|
||||
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,
|
||||
},
|
||||
],
|
||||
'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">
|
||||
export async function load({ fetch }) {
|
||||
const promoted = ['hu_tao', 'xingqiu'];
|
||||
const promoted = ['venti'];
|
||||
const builds = {};
|
||||
for (const p of promoted) {
|
||||
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 changelog = ['Fix missing achievements'];
|
||||
const changelog = ['Update banners', 'Update character', 'Fix missing achievements'];
|
||||
|
||||
const channel = new BroadcastChannel('paimonmoe-sw');
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 253 KiB |
Binary file not shown.
After Width: | Height: | Size: 201 KiB |
Binary file not shown.
After Width: | Height: | Size: 276 KiB |
Loading…
Reference in New Issue