mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-04-29 23:02:16 +02:00
Update homepage
This commit is contained in:
parent
d6b91641b2
commit
9a2b74d666
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
|
@ -13,25 +13,25 @@
|
|||
const dispatch = createEventDispatcher();
|
||||
|
||||
const featured = {
|
||||
arlecchino: {
|
||||
name: 'Arlecchino',
|
||||
sigewinne: {
|
||||
name: 'Sigewinne',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
clorinde: {
|
||||
name: 'Clorinde',
|
||||
yumemizuki_mizuki: {
|
||||
name: 'Yumemizuki Mizuki',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
};
|
||||
const bannerId = 300077;
|
||||
const image = 'arlecchino clorinde.png';
|
||||
const bannerId = 300078;
|
||||
const image = 'sigewinne mizuki.png';
|
||||
const width = 800;
|
||||
const height = 394;
|
||||
const height = 464;
|
||||
|
||||
let loading = true;
|
||||
let user = '';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<script context="module">
|
||||
export async function load({ fetch }) {
|
||||
const promoted = ['rosaria'];
|
||||
const promoted = ['gorou', 'xiangling', 'sayu'];
|
||||
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 v5.3 second half'];
|
||||
const changelog = ['Update v5.4 character, weapons, banners, and timeline'];
|
||||
|
||||
const channel = new BroadcastChannel('paimonmoe-sw');
|
||||
|
||||
|
|
BIN
static/images/home/sigewinne mizuki.png
Normal file
BIN
static/images/home/sigewinne mizuki.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 238 KiB |
Loading…
Add table
Reference in a new issue