Update homepage

main
Made Baruna 2024-10-09 12:33:11 +08:00
parent 619e8f2dc2
commit dc2bf05871
19 changed files with 24 additions and 24 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -13,25 +13,25 @@
const dispatch = createEventDispatcher();
const featured = {
raiden_shogun: {
name: 'Raiden Shogun',
chiori: {
name: 'Chiori',
rarity: 'legendary',
count: 0,
average: '...',
percentage: '...',
},
kinich: {
name: 'Kinich',
xilonen: {
name: 'Xilonen',
rarity: 'legendary',
count: 0,
average: '...',
percentage: '...',
},
};
const bannerId = 300071;
const image = 'raiden kinich.png';
const bannerId = 300072;
const image = 'xilonen chiori.png';
const width = 800;
const height = 394;
const height = 428;
let loading = true;
let user = '';

View File

@ -1,6 +1,6 @@
<script context="module">
export async function load({ fetch }) {
const promoted = ['raiden_shogun', 'thoma', 'kujou_sara'];
const promoted = ['dori', 'candace', 'collei'];
const builds = {};
for (const p of promoted) {
const response = await fetch(`/characters/build/${p}.json`);

View File

@ -7,7 +7,7 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`;
const IMAGE_URL = `${self.location.origin}/images/`;
const changelog = ['Update banners', 'Update characters & weapons', 'Update timeline'];
const changelog = ['Update banners', 'Update characters & weapons', 'Update achievements'];
const channel = new BroadcastChannel('paimonmoe-sw');

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB