Update timeline
parent
ed5906b62c
commit
4a98996413
|
@ -68,6 +68,17 @@ export const eventsData = [
|
|||
url: 'https://www.hoyolab.com/article/1206131',
|
||||
showOnHome: true,
|
||||
},
|
||||
{
|
||||
name: 'Shadow of the Ancients',
|
||||
pos: '0% 50%',
|
||||
image: 'shadow_of_the_ancients.jpg',
|
||||
start: '2021-11-05 10:00:00',
|
||||
end: '2021-11-15 03:59:59',
|
||||
color: '#94D3FA',
|
||||
zoom: '180%',
|
||||
url: 'https://www.hoyolab.com/article/1347382',
|
||||
showOnHome: true,
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
|
@ -96,13 +107,24 @@ export const eventsData = [
|
|||
name: 'Labyrinth Warriors',
|
||||
pos: '70% 60%',
|
||||
image: 'labyrinth_warriors.jpg',
|
||||
start: '202110-21 10:00:00',
|
||||
start: '2021-10-21 10:00:00',
|
||||
end: '2021-11-08 03:59:59',
|
||||
color: '#CFB1F1',
|
||||
zoom: '230%',
|
||||
url: 'https://genshin.mihoyo.com/en/news/detail/16356',
|
||||
showOnHome: true,
|
||||
},
|
||||
{
|
||||
name: 'Dreams of Bloom',
|
||||
pos: '0% 50%',
|
||||
image: 'dreams_of_bloom.jpg',
|
||||
start: '2021-11-12 10:00:00',
|
||||
end: '2021-11-18 03:59:59',
|
||||
color: '#FFDB7F',
|
||||
zoom: '150%',
|
||||
url: 'https://www.hoyolab.com/article/1321455',
|
||||
showOnHome: true,
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
|
@ -178,6 +200,17 @@ export const eventsData = [
|
|||
url: 'https://genshin.mihoyo.com/en/news/detail/16356',
|
||||
startOnly: true,
|
||||
},
|
||||
{
|
||||
name: 'Ley Line Overflow',
|
||||
pos: '0% 70%',
|
||||
image: 'leyline_overflow.jpg',
|
||||
start: '2021-11-15 04:00:00',
|
||||
end: '2021-11-22 03:59:59',
|
||||
color: '#50D98F',
|
||||
zoom: '150%',
|
||||
url: 'https://www.hoyolab.com/article/1321455',
|
||||
startOnly: true,
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
|
|
|
@ -9,6 +9,21 @@
|
|||
<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">
|
||||
2021/11/04
|
||||
- Update database sidebar
|
||||
- Fix elegy item requirement
|
||||
- Fix inazuma talent book rarity for resin estimation
|
||||
- Update timeline
|
||||
|
||||
2021/11/02
|
||||
- Fix weapon description newline
|
||||
- Fix furniture set item list
|
||||
- Add Wish Tally Excel import
|
||||
- Fix csv import on Android
|
||||
- Update timeline
|
||||
- Add Thoma and new weapons
|
||||
- Update banner
|
||||
|
||||
2021/10/15
|
||||
- Add fishing spot timer
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 232 KiB |
Binary file not shown.
After Width: | Height: | Size: 242 KiB |
Binary file not shown.
After Width: | Height: | Size: 284 KiB |
Loading…
Reference in New Issue