Update changelog

pull/1/head
Made Baruna 2022-11-18 16:59:45 +08:00
parent dddcf9037a
commit 7c8c547cca
2 changed files with 9 additions and 5 deletions

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/18
- Add Layla
- Update achievement commission
- Update furnishing
- Update timeline
2022/11/02
- Add Nahida
- Update weapons

View File

@ -8,11 +8,9 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`;
const IMAGE_URL = `${self.location.origin}/images/`;
const changelog = [
'Add Nahida',
'Update weapons',
'Update achievement',
'Update banner',
'Update radiant spincrystal',
'Add Layla',
'Update furnishing sets',
'Update achievement commission data',
'Update timeline',
'Update locales',
];