mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-21 22:46:29 +01:00
Update homepage
This commit is contained in:
parent
e7da0a5bb7
commit
a647610d6f
4 changed files with 9 additions and 9 deletions
|
@ -13,25 +13,25 @@
|
|||
const dispatch = createEventDispatcher();
|
||||
|
||||
const featured = {
|
||||
sigewinne: {
|
||||
name: 'Sigewinne',
|
||||
navia: {
|
||||
name: 'Navia',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
furina: {
|
||||
name: 'Furina',
|
||||
nilou: {
|
||||
name: 'Nilou',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
};
|
||||
const bannerId = 300067;
|
||||
const image = 'sigewinne furina.png';
|
||||
const bannerId = 300068;
|
||||
const image = 'nilou_navia.png';
|
||||
const width = 800;
|
||||
const height = 566;
|
||||
const height = 405;
|
||||
|
||||
let loading = true;
|
||||
let user = '';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<script context="module">
|
||||
export async function load({ fetch }) {
|
||||
const promoted = ['noelle', 'rosaria'];
|
||||
const promoted = ['nilou', 'kaveh', 'ningguang'];
|
||||
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 character', 'Update banners', 'Update timeline'];
|
||||
const changelog = ['Update banners', 'Update timeline'];
|
||||
|
||||
const channel = new BroadcastChannel('paimonmoe-sw');
|
||||
|
||||
|
|
BIN
static/images/home/nilou_navia.png
Normal file
BIN
static/images/home/nilou_navia.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 283 KiB |
Loading…
Reference in a new issue