Skip to content

Commit

Permalink
Update homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
MadeBaruna committed Apr 23, 2024
1 parent baa5681 commit 6695447
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 60 deletions.
51 changes: 0 additions & 51 deletions src/data/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -5080,55 +5080,4 @@ export const builds = {
},
},
},
lyney: {
roles: {
TBD: {
recommended: false,
weapons: [],
artifacts: [],
mainStats: {
sands: ['TBD'],
goblet: ['TBD'],
circlet: ['TBD'],
},
subStats: ['TBD'],
talent: ['TBD'],
note: 'TBD',
},
},
},
lynette: {
roles: {
TBD: {
recommended: false,
weapons: [],
artifacts: [],
mainStats: {
sands: ['TBD'],
goblet: ['TBD'],
circlet: ['TBD'],
},
subStats: ['TBD'],
talent: ['TBD'],
note: 'TBD',
},
},
},
freminet: {
roles: {
TBD: {
recommended: false,
weapons: [],
artifacts: [],
mainStats: {
sands: ['TBD'],
goblet: ['TBD'],
circlet: ['TBD'],
},
subStats: ['TBD'],
talent: ['TBD'],
note: 'TBD',
},
},
},
};
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 = {
neuvillette: {
name: 'Neuvillette',
arlecchino: {
name: 'Arlecchino',
rarity: 'legendary',
count: 0,
average: '...',
percentage: '...',
},
kaedehara_kazuha: {
name: 'Kaedehara Kazuha',
lyney: {
name: 'Lyney',
rarity: 'legendary',
count: 0,
average: '...',
percentage: '...',
},
};
const bannerId = 300063;
const image = 'neuvillette kazuha.png';
const bannerId = 300064;
const image = 'arlecchino lyney.png';
const width = 800;
const height = 482;
const height = 398;
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 = ['kaedehara_kazuha', 'barbara', 'xingqiu', 'yanfei'];
const promoted = ['xiangling'];
const builds = {};
for (const p of promoted) {
const response = await fetch(`/characters/build/${p}.json`);
Expand Down
2 changes: 1 addition & 1 deletion src/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`;

const IMAGE_URL = `${self.location.origin}/images/`;

const changelog = ['Update banners', 'Update timeline'];
const changelog = ['Add Arlecchino & Weapon', 'Update banners', 'Update achievements', 'Update timeline'];

const channel = new BroadcastChannel('paimonmoe-sw');

Expand Down
Binary file added static/images/home/arlecchino lyney.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 6695447

Please sign in to comment.