mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-02-16 18:32:02 +01:00
Update changelog
This commit is contained in:
parent
614ce11936
commit
37527f18ee
4 changed files with 18 additions and 4 deletions
|
@ -559,7 +559,7 @@ export const banners = {
|
|||
color: '#b2e0f0',
|
||||
featured: ['nilou', 'albedo'],
|
||||
featuredRare: ['barbara', 'xiangling', 'beidou'],
|
||||
version: '3.2',
|
||||
version: '3.1',
|
||||
},
|
||||
// {
|
||||
// name: 'Secretum Secretorum',
|
||||
|
@ -570,7 +570,7 @@ export const banners = {
|
|||
// color: '#b2e0f0',
|
||||
// featured: ['nilou', 'albedo'],
|
||||
// featuredRare: ['barbara', 'xiangling', 'beidou'],
|
||||
// version: '3.2',
|
||||
// version: '3.1',
|
||||
// },
|
||||
{
|
||||
name: "The Moongrass' Enlightenment",
|
||||
|
|
|
@ -8,6 +8,12 @@
|
|||
<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/11/02
|
||||
- Add Nahida
|
||||
- Update weapons
|
||||
- Update achievement
|
||||
- Update timeline
|
||||
|
||||
2022/09/28
|
||||
- Update characters
|
||||
- Update weapons
|
||||
|
|
|
@ -376,7 +376,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>3.0</b></p>
|
||||
<p class="text-white inline-block mr-4">{$t('settings.version')} <b>3.2</b></p>
|
||||
<a href="/changelog">
|
||||
<Button>
|
||||
{$t('settings.changelog')}
|
||||
|
|
|
@ -7,7 +7,15 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`;
|
|||
|
||||
const IMAGE_URL = `${self.location.origin}/images/`;
|
||||
|
||||
const changelog = ['Update timeline'];
|
||||
const changelog = [
|
||||
'Add Nahida',
|
||||
'Update weapons',
|
||||
'Update achievement',
|
||||
'Update banner',
|
||||
'Update radiant spincrystal',
|
||||
'Update timeline',
|
||||
'Update locales',
|
||||
];
|
||||
|
||||
const channel = new BroadcastChannel('paimonmoe-sw');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue