mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-11 12:31:12 +01:00
Update changelog
This commit is contained in:
parent
9f04eb8dba
commit
a3d75d484e
3 changed files with 35 additions and 2 deletions
|
@ -8,6 +8,34 @@
|
|||
<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/07/13
|
||||
- Add Heizou
|
||||
- Various data update
|
||||
- Various bug fixes
|
||||
|
||||
2022/06/28
|
||||
- Add Rate off summary on wish counter page
|
||||
|
||||
2022/06/21
|
||||
- Add Kuki Shinobu
|
||||
- Update timeline
|
||||
- Localization on character build weapon and artifact
|
||||
- Adjust pity color on weapon banner
|
||||
- Auto hide beginner wish if empty
|
||||
|
||||
2022/06/12
|
||||
- Add luckiness rate on wish counter
|
||||
|
||||
2022/06/08
|
||||
- Add radiant spincrystal tracker
|
||||
- Add reduced load value on furnishing
|
||||
- Add pull by day on global wish stats
|
||||
- Adjust sidebar on smaller screen
|
||||
- More localization update
|
||||
|
||||
2022/06/01
|
||||
- Add ability to swap main account
|
||||
|
||||
2022/06/01
|
||||
- Add ability to swap main account
|
||||
|
||||
|
|
|
@ -373,7 +373,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>2.7</b></p>
|
||||
<p class="text-white inline-block mr-4">{$t('settings.version')} <b>2.8</b></p>
|
||||
<a href="/changelog">
|
||||
<Button>
|
||||
{$t('settings.changelog')}
|
||||
|
|
|
@ -1477,11 +1477,16 @@ cssesc@^3.0.0:
|
|||
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
|
||||
integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
|
||||
|
||||
dayjs@^1.8.34, dayjs@^1.9.4:
|
||||
dayjs@^1.8.34:
|
||||
version "1.10.4"
|
||||
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.4.tgz#8e544a9b8683f61783f570980a8a80eaf54ab1e2"
|
||||
integrity sha512-RI/Hh4kqRc1UKLOAf/T5zdMMX5DQIlDxwUe3wSyMMnEbGunnpENCdbUgM+dW7kXidZqCttBrmw7BhN4TMddkCw==
|
||||
|
||||
dayjs@^1.9.4:
|
||||
version "1.11.3"
|
||||
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.3.tgz#4754eb694a624057b9ad2224b67b15d552589258"
|
||||
integrity sha512-xxwlswWOlGhzgQ4TKzASQkUhqERI3egRNqgV4ScR8wlANA/A9tZ7miXa44vTTKEq5l7vWoL5G57bG3zA+Kow0A==
|
||||
|
||||
debug@2.6.9:
|
||||
version "2.6.9"
|
||||
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
|
||||
|
|
Loading…
Reference in a new issue