mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-11 12:31:12 +01:00
Update homepage
This commit is contained in:
parent
04a917012f
commit
49ea867e6d
5 changed files with 22 additions and 9 deletions
|
@ -13,25 +13,25 @@
|
|||
const dispatch = createEventDispatcher();
|
||||
|
||||
const featured = {
|
||||
kamisato_ayato: {
|
||||
name: 'Kamisato Ayato',
|
||||
xiao: {
|
||||
name: 'Xiao',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
raiden_shogun: {
|
||||
name: 'Raiden Shogun',
|
||||
alhaitham: {
|
||||
name: 'Alhaitham',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
};
|
||||
const bannerId = 300041;
|
||||
const image = 'ayato_raiden.png';
|
||||
const bannerId = 300042;
|
||||
const image = 'xiao_alhaitham.png';
|
||||
const width = 800;
|
||||
const height = 481;
|
||||
const height = 500;
|
||||
|
||||
let loading = true;
|
||||
let user = '';
|
||||
|
|
|
@ -8,6 +8,13 @@
|
|||
<div class="lg:ml-64 pt-20 lg:pt-8">
|
||||
<h1 class="font-display px-4 md:px-8 font-black text-5xl text-white">{$t('settings.changelog')}</h1>
|
||||
<pre class="text-white px-4 md:px-8">
|
||||
2023/01/18
|
||||
- Add Alhaitham and Yaoyao
|
||||
- Update weapons
|
||||
- Update achievements
|
||||
- Update banners
|
||||
- Update timeline
|
||||
|
||||
2022/12/17
|
||||
- Add TCG Deck builder
|
||||
- Fix todo crash
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<script context="module">
|
||||
export async function load({ fetch }) {
|
||||
const promoted = ['raiden_shogun', 'kamisato_ayato'];
|
||||
const promoted = ['xinyan', 'yun_jin'];
|
||||
const builds = {};
|
||||
for (const p of promoted) {
|
||||
const response = await fetch(`/characters/build/${p}.json`);
|
||||
|
|
|
@ -7,7 +7,13 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`;
|
|||
|
||||
const IMAGE_URL = `${self.location.origin}/images/`;
|
||||
|
||||
const changelog = ['Update banners', 'Bug fixes', 'Add TCG Deck builder, check it out on TCG menu!'];
|
||||
const changelog = [
|
||||
'Add Alhaitham and Yaoyao',
|
||||
'Update weapons',
|
||||
'Update achievements',
|
||||
'Update banners',
|
||||
'Update timeline',
|
||||
];
|
||||
|
||||
const channel = new BroadcastChannel('paimonmoe-sw');
|
||||
|
||||
|
|
BIN
static/images/home/xiao_alhaitham.png
Normal file
BIN
static/images/home/xiao_alhaitham.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 264 KiB |
Loading…
Reference in a new issue