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 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 = '';

View File

@ -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`);

View File

@ -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');

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 KiB