Push 2023/03 updates to main (#292)
* Added avatars * Added content from the 2023/03/22 update (#287) * Added avatars (#286) * Added localizations * Added update, changed CSS * Add logic for showing Lucifer uncap and 250 art * Added items from 2023/03 Legfest and 2023/03/30 update (#290) * Added avatars (#286) * Deploy #287 (#288) * Added avatars * Added content from the 2023/03/22 update (#287) * Added avatars (#286) * Added localizations * Added update, changed CSS * Add logic for showing Lucifer uncap and 250 art * Added new weapon series * Added updates * Missed items (#291) * Added avatars (#286) * Deploy #287 (#288) * Added avatars * Added content from the 2023/03/22 update (#287) * Added avatars (#286) * Added localizations * Added update, changed CSS * Add logic for showing Lucifer uncap and 250 art * Added new weapon series * Added updates * Add more items
This commit is contained in:
parent
43287a692c
commit
e9b29e5840
6 changed files with 54 additions and 2 deletions
|
|
@ -56,6 +56,46 @@ const UpdatesPage = () => {
|
||||||
return (
|
return (
|
||||||
<div className="Updates PageContent">
|
<div className="Updates PageContent">
|
||||||
<h1>{common('about.segmented_control.updates')}</h1>
|
<h1>{common('about.segmented_control.updates')}</h1>
|
||||||
|
<ContentUpdate
|
||||||
|
version="2023-04U"
|
||||||
|
dateString="2023/04/01"
|
||||||
|
event="events.content"
|
||||||
|
newItems={{
|
||||||
|
character: ['3040457000'],
|
||||||
|
summon: ['2040419000'],
|
||||||
|
}}
|
||||||
|
numNotes={0}
|
||||||
|
/>
|
||||||
|
<ContentUpdate
|
||||||
|
version="2023-03L"
|
||||||
|
dateString="2023/03/31"
|
||||||
|
event="events.legfest"
|
||||||
|
newItems={{
|
||||||
|
character: ['3040456000', '3040455000'],
|
||||||
|
weapon: ['1040316100', '1040617500'],
|
||||||
|
}}
|
||||||
|
numNotes={0}
|
||||||
|
/>
|
||||||
|
<ContentUpdate
|
||||||
|
version="2023-03U2"
|
||||||
|
dateString="2023/03/30"
|
||||||
|
event="events.content"
|
||||||
|
uncappedItems={{
|
||||||
|
character: ['3040164000', '3040160000'],
|
||||||
|
}}
|
||||||
|
newItems={{
|
||||||
|
weapon: [
|
||||||
|
'1040815100',
|
||||||
|
'1040815200',
|
||||||
|
'1040815300',
|
||||||
|
'1040815400',
|
||||||
|
'1040815000',
|
||||||
|
'1040024400',
|
||||||
|
'1030609400',
|
||||||
|
],
|
||||||
|
}}
|
||||||
|
numNotes={1}
|
||||||
|
/>
|
||||||
<ContentUpdate
|
<ContentUpdate
|
||||||
version="2023-03U"
|
version="2023-03U"
|
||||||
dateString="2023/03/22"
|
dateString="2023/03/22"
|
||||||
|
|
|
||||||
|
|
@ -120,4 +120,8 @@ export const weaponSeries: WeaponSeries[] = [
|
||||||
id: 31,
|
id: 31,
|
||||||
slug: 'illustrious',
|
slug: 'illustrious',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 32,
|
||||||
|
slug: 'world',
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -145,7 +145,8 @@
|
||||||
"revenant": "Revenant",
|
"revenant": "Revenant",
|
||||||
"proving": "Proven",
|
"proving": "Proven",
|
||||||
"disaster": "Revans",
|
"disaster": "Revans",
|
||||||
"illustrious": "Illustrious"
|
"illustrious": "Illustrious",
|
||||||
|
"world": "World"
|
||||||
},
|
},
|
||||||
"recency": {
|
"recency": {
|
||||||
"all_time": "All time",
|
"all_time": "All time",
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,9 @@
|
||||||
"uncap": "Uncap"
|
"uncap": "Uncap"
|
||||||
},
|
},
|
||||||
"versions": {
|
"versions": {
|
||||||
|
"2023-03U2": {
|
||||||
|
"features": ["Added new weapon series, World Series"]
|
||||||
|
},
|
||||||
"2023-03U": {
|
"2023-03U": {
|
||||||
"features": [
|
"features": [
|
||||||
"Added Siete HL (raid)",
|
"Added Siete HL (raid)",
|
||||||
|
|
|
||||||
|
|
@ -145,7 +145,8 @@
|
||||||
"revenant": "天星器",
|
"revenant": "天星器",
|
||||||
"proving": "ブレイブウェポン",
|
"proving": "ブレイブウェポン",
|
||||||
"disaster": "レヴァンスウェポン",
|
"disaster": "レヴァンスウェポン",
|
||||||
"luminous": "ルミナス"
|
"illustrious": "ルミナスシリーズ",
|
||||||
|
"world": "ワールドシリーズ"
|
||||||
},
|
},
|
||||||
"recency": {
|
"recency": {
|
||||||
"all_time": "全ての期間",
|
"all_time": "全ての期間",
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,9 @@
|
||||||
"uncap": "上限解放"
|
"uncap": "上限解放"
|
||||||
},
|
},
|
||||||
"versions": {
|
"versions": {
|
||||||
|
"2023-03U2": {
|
||||||
|
"features": ["武器シリーズ「ワールドシリーズ」を追加"]
|
||||||
|
},
|
||||||
"2023-03F": {
|
"2023-03F": {
|
||||||
"features": [
|
"features": [
|
||||||
"新ジョブ「ヤマト」を追加",
|
"新ジョブ「ヤマト」を追加",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue