mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-14 19:48:59 +01:00
Update locale name and homepage
This commit is contained in:
parent
c1e3a2dd78
commit
2c10c11dee
19 changed files with 30 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 = {
|
||||
raiden_shogun: {
|
||||
name: 'Raiden Shogun',
|
||||
nahida: {
|
||||
name: 'Nahida',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
yoimiya: {
|
||||
name: 'Yoimiya',
|
||||
xianyun: {
|
||||
name: 'Xianyun',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
};
|
||||
const bannerId = 300059;
|
||||
const image = 'raiden yoimiya.png';
|
||||
const bannerId = 300060;
|
||||
const image = 'nahida xianyun.png';
|
||||
const width = 800;
|
||||
const height = 538;
|
||||
const height = 454;
|
||||
|
||||
let loading = true;
|
||||
let user = '';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<script context="module">
|
||||
export async function load({ fetch }) {
|
||||
const promoted = ['yoimiya', 'raiden_shogun'];
|
||||
const promoted = ['nahida', 'faruzan', 'noelle'];
|
||||
const builds = {};
|
||||
for (const p of promoted) {
|
||||
const response = await fetch(`/characters/build/${p}.json`);
|
||||
|
|
|
@ -7,7 +7,13 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`;
|
|||
|
||||
const IMAGE_URL = `${self.location.origin}/images/`;
|
||||
|
||||
const changelog = ['Update banners', 'Update timelines', 'Update Chevreuse'];
|
||||
const changelog = [
|
||||
'Update banners',
|
||||
'Update timelines',
|
||||
'Update achievements',
|
||||
'Update Xianyun & Gaming',
|
||||
'Update Weapon',
|
||||
];
|
||||
|
||||
const channel = new BroadcastChannel('paimonmoe-sw');
|
||||
|
||||
|
|
BIN
static/images/home/nahida xianyun.png
Normal file
BIN
static/images/home/nahida xianyun.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 278 KiB |
Loading…
Add table
Reference in a new issue