mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-13 11:18:28 +01:00
Update changelog
This commit is contained in:
parent
619b6c0d15
commit
11d63b0a0e
2 changed files with 25 additions and 1 deletions
|
@ -8,6 +8,23 @@
|
|||
<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/09/28
|
||||
- Update characters
|
||||
- Update weapons
|
||||
- Update timeline
|
||||
- Update furnishing
|
||||
- Update achievement
|
||||
|
||||
2022/09/20
|
||||
- Update excel import to accept other language
|
||||
|
||||
2022/09/06
|
||||
- Added checklist for commission achievements
|
||||
- Added character & weapon reruns timeline
|
||||
|
||||
2022/08/30
|
||||
- Update fishing spot
|
||||
|
||||
2022/08/27
|
||||
- Update wish import instruction
|
||||
- Update radiant spincrystal list
|
||||
|
|
|
@ -7,7 +7,14 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`;
|
|||
|
||||
const IMAGE_URL = `${self.location.origin}/images/`;
|
||||
|
||||
const changelog = ['Update timeline'];
|
||||
const changelog = [
|
||||
'Added Cyno & Candace',
|
||||
'Added new weapons',
|
||||
'Added new banners',
|
||||
'Update achievements',
|
||||
'Update furnishing',
|
||||
'Update timeline',
|
||||
];
|
||||
|
||||
const channel = new BroadcastChannel('paimonmoe-sw');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue