mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-14 19:48:59 +01:00
Update homepage
This commit is contained in:
parent
e6c8e705a9
commit
164c81d539
19 changed files with 24 additions and 23 deletions
|
@ -56,6 +56,7 @@ export const birthdays = {
|
|||
razor: [9, 9],
|
||||
albedo: [9, 13],
|
||||
clorinde: [9, 20],
|
||||
emilie: [9, 22],
|
||||
freminet: [9, 24],
|
||||
kamisato_ayaka: [9, 28],
|
||||
xingqiu: [10, 9],
|
||||
|
|
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 = {
|
||||
navia: {
|
||||
name: 'Navia',
|
||||
yelan: {
|
||||
name: 'Yelan',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
nilou: {
|
||||
name: 'Nilou',
|
||||
emilie: {
|
||||
name: 'Emilie',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
};
|
||||
const bannerId = 300068;
|
||||
const image = 'nilou_navia.png';
|
||||
const bannerId = 300069;
|
||||
const image = 'yelan emilie.png';
|
||||
const width = 800;
|
||||
const height = 405;
|
||||
const height = 446;
|
||||
|
||||
let loading = true;
|
||||
let user = '';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<script context="module">
|
||||
export async function load({ fetch }) {
|
||||
const promoted = ['nilou', 'kaveh', 'ningguang'];
|
||||
const promoted = ['yanfei', 'xiangling', 'razor'];
|
||||
const builds = {};
|
||||
for (const p of promoted) {
|
||||
const response = await fetch(`/characters/build/${p}.json`);
|
||||
|
|
BIN
static/images/home/yelan emilie.png
Normal file
BIN
static/images/home/yelan emilie.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 436 KiB |
Loading…
Add table
Reference in a new issue