Update changelog

pull/1/head
Made Baruna 2022-08-27 18:24:40 +07:00
parent 1b3eef7c66
commit 0a49daeb64
2 changed files with 12 additions and 1 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/08/27
- Update wish import instruction
- Update radiant spincrystal list
- Fix commission achievement tag
- Adjust constellation color if C6+
2022/08/24
- Update Tighnari Banner
- Update weapons

View File

@ -7,7 +7,12 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`;
const IMAGE_URL = `${self.location.origin}/images/`;
const changelog = ['Update wish import instruction', 'Fix Traveler Dendro talent calculator'];
const changelog = [
'Update wish import instruction',
'Update radiant spincrystal list',
'Fix commission achievement tag',
'Adjust constellation color if C6+',
];
const channel = new BroadcastChannel('paimonmoe-sw');