Update homepage

pull/14/head
Made Baruna 2023-06-13 16:31:52 +08:00
parent 7d6b4a901b
commit 142f6c5d7e
4 changed files with 7 additions and 7 deletions

View File

@ -14,24 +14,24 @@
const featured = {
yoimiya: {
name: 'Yoimiya',
name: 'Alhaitham',
rarity: 'legendary',
count: 0,
average: '...',
percentage: '...',
},
yae_miko: {
name: 'Yae Miko',
name: 'Kaedehara Kazuha',
rarity: 'legendary',
count: 0,
average: '...',
percentage: '...',
},
};
const bannerId = 300048;
const image = 'yoimiya-yae.png';
const bannerId = 300049;
const image = 'kazuha_alhaitham.png';
const width = 800;
const height = 539;
const height = 453;
let loading = true;
let user = '';

View File

@ -1,6 +1,6 @@
<script context="module">
export async function load({ fetch }) {
const promoted = ['yoimiya', 'yae_miko'];
const promoted = ['alhaitham', 'kaedehara_kazuha'];
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 = ['Udpate character builds', 'Update timeline'];
const changelog = ['Update banners', 'Update timeline'];
const channel = new BroadcastChannel('paimonmoe-sw');

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB