mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-05 18:26:56 +01:00
Update locale
This commit is contained in:
parent
70fa3539be
commit
31578e3dd5
19 changed files with 24 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 = {
|
||||
zhongli: {
|
||||
name: 'Zhongli',
|
||||
hu_tao: {
|
||||
name: 'Hu Tao',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
tartaglia: {
|
||||
name: 'Tartaglia',
|
||||
neuvillette: {
|
||||
name: 'Neuvillette',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
};
|
||||
const bannerId = 300053;
|
||||
const image = 'zhongli_tartaglia.png';
|
||||
const bannerId = 300054;
|
||||
const image = 'hutao neuvillette.png';
|
||||
const width = 800;
|
||||
const height = 517;
|
||||
const height = 424;
|
||||
|
||||
let loading = true;
|
||||
let user = '';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<script context="module">
|
||||
export async function load({ fetch }) {
|
||||
const promoted = ['tartaglia', 'zhongli'];
|
||||
const promoted = ['hu_tao', 'xingqiu'];
|
||||
const builds = {};
|
||||
for (const p of promoted) {
|
||||
const response = await fetch(`/characters/build/${p}.json`);
|
||||
|
|
|
@ -7,7 +7,7 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`;
|
|||
|
||||
const IMAGE_URL = `${self.location.origin}/images/`;
|
||||
|
||||
const changelog = ['Update banners', 'Update Freminet', 'Update timeline'];
|
||||
const changelog = ['Update banners', 'Update character', 'Update weapons', 'Update timeline'];
|
||||
|
||||
const channel = new BroadcastChannel('paimonmoe-sw');
|
||||
|
||||
|
|
BIN
static/images/home/hutao neuvillette.png
Normal file
BIN
static/images/home/hutao neuvillette.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 240 KiB |
Loading…
Reference in a new issue