Update locale name and homepage

pull/28/head
Made Baruna 2024-01-31 12:31:04 +08:00
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

View File

@ -13,25 +13,25 @@
const dispatch = createEventDispatcher(); const dispatch = createEventDispatcher();
const featured = { const featured = {
raiden_shogun: { nahida: {
name: 'Raiden Shogun', name: 'Nahida',
rarity: 'legendary', rarity: 'legendary',
count: 0, count: 0,
average: '...', average: '...',
percentage: '...', percentage: '...',
}, },
yoimiya: { xianyun: {
name: 'Yoimiya', name: 'Xianyun',
rarity: 'legendary', rarity: 'legendary',
count: 0, count: 0,
average: '...', average: '...',
percentage: '...', percentage: '...',
}, },
}; };
const bannerId = 300059; const bannerId = 300060;
const image = 'raiden yoimiya.png'; const image = 'nahida xianyun.png';
const width = 800; const width = 800;
const height = 538; const height = 454;
let loading = true; let loading = true;
let user = ''; let user = '';

View File

@ -1,6 +1,6 @@
<script context="module"> <script context="module">
export async function load({ fetch }) { export async function load({ fetch }) {
const promoted = ['yoimiya', 'raiden_shogun']; const promoted = ['nahida', 'faruzan', 'noelle'];
const builds = {}; const builds = {};
for (const p of promoted) { for (const p of promoted) {
const response = await fetch(`/characters/build/${p}.json`); const response = await fetch(`/characters/build/${p}.json`);

View File

@ -7,7 +7,13 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`;
const IMAGE_URL = `${self.location.origin}/images/`; 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'); const channel = new BroadcastChannel('paimonmoe-sw');

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 KiB