Skip to content

Commit

Permalink
Update locale name and homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
MadeBaruna committed Jan 31, 2024
1 parent c1e3a2d commit 2c10c11
Show file tree
Hide file tree
Showing 19 changed files with 30 additions and 24 deletions.
2 changes: 1 addition & 1 deletion src/locales/items/de.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/items/en.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/items/es.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/items/fr.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/items/id.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/items/it.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/items/ja.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/items/ko.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/items/pt.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/items/ru.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/items/th.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/items/tr.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/items/tw.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/items/vi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/items/zh.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions src/routes/_index/banner.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '';
Expand Down
2 changes: 1 addition & 1 deletion src/routes/index.svelte
Original file line number Diff line number Diff line change
@@ -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`);
Expand Down
8 changes: 7 additions & 1 deletion src/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down
Binary file added static/images/home/nahida xianyun.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2c10c11

Please sign in to comment.