mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-23 07:17:43 +01:00
Update changelog
This commit is contained in:
parent
1b3eef7c66
commit
0a49daeb64
2 changed files with 12 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in a new issue