Update homepage
parent
c3a4319fb1
commit
deafdc3484
|
@ -13,25 +13,25 @@
|
|||
const dispatch = createEventDispatcher();
|
||||
|
||||
const featured = {
|
||||
kamisato_ayaka: {
|
||||
name: 'Kamisato Ayaka',
|
||||
raiden_shogun: {
|
||||
name: 'Raiden Shogun',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
navia: {
|
||||
name: 'Navia',
|
||||
yoimiya: {
|
||||
name: 'Yoimiya',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
};
|
||||
const bannerId = 300058;
|
||||
const image = 'navia ayaka.png';
|
||||
const bannerId = 300059;
|
||||
const image = 'raiden yoimiya.png';
|
||||
const width = 800;
|
||||
const height = 576;
|
||||
const height = 538;
|
||||
|
||||
let loading = true;
|
||||
let user = '';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<script context="module">
|
||||
export async function load({ fetch }) {
|
||||
const promoted = ['kamisato_ayaka', 'sucrose', 'candace', 'rosaria'];
|
||||
const promoted = ['yoimiya', 'raiden_shogun'];
|
||||
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 = ['Update banners', 'Update timelines', 'Update Navia', 'Update weapons', 'Bug fixes'];
|
||||
const changelog = ['Update banners', 'Update timelines', 'Update Chevreuse'];
|
||||
|
||||
const channel = new BroadcastChannel('paimonmoe-sw');
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 424 KiB |
Loading…
Reference in New Issue