mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-14 11:43:52 +01:00
Update homepage
This commit is contained in:
parent
7d6b4a901b
commit
142f6c5d7e
4 changed files with 7 additions and 7 deletions
|
@ -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 = '';
|
||||
|
|
|
@ -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`);
|
||||
|
|
|
@ -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');
|
||||
|
||||
|
|
BIN
static/images/home/kazuha_alhaitham.png
Normal file
BIN
static/images/home/kazuha_alhaitham.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 246 KiB |
Loading…
Add table
Reference in a new issue