mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-22 06:57:32 +01:00
Update homepage
This commit is contained in:
parent
b4717ea413
commit
37cc7435f2
3 changed files with 8 additions and 8 deletions
|
@ -13,25 +13,25 @@
|
|||
const dispatch = createEventDispatcher();
|
||||
|
||||
const featured = {
|
||||
kamisato_ayato: {
|
||||
name: 'Kamisato Ayato',
|
||||
kamisato_ayaka: {
|
||||
name: 'Kamisato Ayaka',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
cyno: {
|
||||
name: 'Cyno',
|
||||
navia: {
|
||||
name: 'Navia',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
};
|
||||
const bannerId = 300057;
|
||||
const image = 'ayato cyno.png';
|
||||
const bannerId = 300058;
|
||||
const image = 'navia ayaka.png';
|
||||
const width = 800;
|
||||
const height = 467;
|
||||
const height = 576;
|
||||
|
||||
let loading = true;
|
||||
let user = '';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<script context="module">
|
||||
export async function load({ fetch }) {
|
||||
const promoted = ['cyno', 'kamisato_ayato'];
|
||||
const promoted = ['kamisato_ayaka', 'sucrose', 'candace', 'rosaria'];
|
||||
const builds = {};
|
||||
for (const p of promoted) {
|
||||
const response = await fetch(`/characters/build/${p}.json`);
|
||||
|
|
BIN
static/images/home/navia ayaka.png
Normal file
BIN
static/images/home/navia ayaka.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 395 KiB |
Loading…
Reference in a new issue