mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-14 11:43:52 +01:00
Update homepage
This commit is contained in:
parent
4111418883
commit
5e5eb98265
8 changed files with 21 additions and 19 deletions
|
@ -13,23 +13,23 @@
|
|||
const dispatch = createEventDispatcher();
|
||||
|
||||
const featured = {
|
||||
sangonomiya_kokomi: {
|
||||
name: 'Kokomi',
|
||||
kamisato_ayato: {
|
||||
name: 'Ayato',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
raiden_shogun: {
|
||||
name: 'Raiden',
|
||||
venti: {
|
||||
name: 'Venti',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
};
|
||||
const bannerId = 300027;
|
||||
const image = 'raidenkokomi.png';
|
||||
const bannerId = 300028;
|
||||
const image = 'ayatoventi.png';
|
||||
|
||||
let loading = true;
|
||||
let user = '';
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
const dispatch = createEventDispatcher();
|
||||
|
||||
const promoted = ['raiden_shogun', 'sangonomiya_kokomi'];
|
||||
const promoted = ['venti', 'sucrose', 'yun_jin'];
|
||||
let current = 0;
|
||||
|
||||
async function change(index) {
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
import SettingData from '../components/SettingData.svelte';
|
||||
import Toast from '../components/Toast.svelte';
|
||||
import Icon from '../components/Icon.svelte';
|
||||
import { mdiDiscord, mdiFacebook, mdiReddit, mdiTelegram, mdiTwitter } from '@mdi/js';
|
||||
import { mdiDiscord, mdiFacebook, mdiGithub, mdiReddit, mdiTelegram, mdiTwitter } from '@mdi/js';
|
||||
|
||||
export let segment;
|
||||
|
||||
|
@ -81,11 +81,11 @@
|
|||
<span class="text-gray-500">{$t('footer.community')}</span>
|
||||
<div>
|
||||
<a
|
||||
class="text-gray-400 hover:text-primary mr-1 whitespace-no-wrap"
|
||||
href="https://t.me/GenshinImpact_ID"
|
||||
class="text-gray-400 hover:text-primary whitespace-no-wrap"
|
||||
href="https://github.com/MadeBaruna/paimon-moe"
|
||||
target="_blank"
|
||||
>
|
||||
<Icon path={mdiTelegram} size={1} /> Telegram 🇮🇩
|
||||
<Icon path={mdiGithub} size={1} /> Github
|
||||
</a>
|
||||
<a
|
||||
class="text-gray-400 hover:text-primary whitespace-no-wrap"
|
||||
|
@ -129,13 +129,6 @@
|
|||
<!-- svelte-ignore a11y-invalid-attribute -->
|
||||
<a class="text-gray-400 hover:text-primary nn-cmp-show" href="#">Cookie Settings</a>
|
||||
</div>
|
||||
<div
|
||||
class="text-gray-400 mt-4 md:mt-0 md:ml-4 flex flex-col justify-center h-full md:pl-4 md:border-l border-gray-600"
|
||||
>
|
||||
<a class="text-gray-400 hover:text-primary" href="https://github.com/MadeBaruna/paimon-moe" target="_blank">
|
||||
Github
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -8,6 +8,15 @@
|
|||
<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">
|
||||
2022/03/30
|
||||
- Add Kamisato Ayato
|
||||
- Add new weapon
|
||||
- Add 2 new artifacts
|
||||
- Updated 2.6 achievements
|
||||
- Update banners
|
||||
- Add new items
|
||||
- Fix some error message bug
|
||||
|
||||
2022/02/16
|
||||
- Add 50:50 indicator on wish counter table page
|
||||
- Add guarantee indicator on wish counter page
|
||||
|
|
|
@ -291,7 +291,7 @@
|
|||
|
||||
<div class="lg:ml-64 pt-20 px-4 md:px-8 lg:pt-8 max-w-screen-xl">
|
||||
<div class="bg-item rounded-xl mb-4 p-4">
|
||||
<p class="text-white inline-block mr-4">{$t('settings.version')} <b>2.5</b></p>
|
||||
<p class="text-white inline-block mr-4">{$t('settings.version')} <b>2.6</b></p>
|
||||
<a href="/changelog">
|
||||
<Button>
|
||||
{$t('settings.changelog')}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 262 KiB After Width: | Height: | Size: 274 KiB |
Binary file not shown.
Before Width: | Height: | Size: 262 KiB After Width: | Height: | Size: 274 KiB |
BIN
static/images/home/ayatoventi.png
Normal file
BIN
static/images/home/ayatoventi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
Loading…
Add table
Reference in a new issue