Update changelog

This commit is contained in:
Made Baruna 2022-11-02 04:25:59 +07:00
parent 614ce11936
commit 37527f18ee
4 changed files with 18 additions and 4 deletions

View file

@ -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",

View file

@ -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

View file

@ -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')}

View file

@ -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');