Add updates from 2023/08/16 Flash Gala (and more) (#361)
I'm not writing notes for this, sorry
This commit is contained in:
parent
e5e946aee1
commit
29c9a700c1
3 changed files with 30 additions and 0 deletions
|
|
@ -57,6 +57,30 @@ const UpdatesPage = () => {
|
||||||
return (
|
return (
|
||||||
<div className={classes}>
|
<div className={classes}>
|
||||||
<h1>{common('about.segmented_control.updates')}</h1>
|
<h1>{common('about.segmented_control.updates')}</h1>
|
||||||
|
<ContentUpdate
|
||||||
|
version="2023-08F"
|
||||||
|
dateString="2023/08/16"
|
||||||
|
event="events.flash"
|
||||||
|
newItems={{
|
||||||
|
character: ['3040478000', '3040479000', '3040480000'],
|
||||||
|
weapon: ['1040915400', '1040024800', '1040422000'],
|
||||||
|
summon: ['2040423000'],
|
||||||
|
}}
|
||||||
|
uncappedItems={{
|
||||||
|
character: ['3040161000', '3040165000'],
|
||||||
|
}}
|
||||||
|
numNotes={1}
|
||||||
|
/>
|
||||||
|
<ContentUpdate
|
||||||
|
version="2023-08U"
|
||||||
|
dateString="2023/08/11"
|
||||||
|
event="events.content"
|
||||||
|
newItems={{
|
||||||
|
character: ['3040476000', '3040477000'],
|
||||||
|
weapon: ['1040117100'],
|
||||||
|
summon: ['2040422000', '2040421000'],
|
||||||
|
}}
|
||||||
|
/>
|
||||||
<ContentUpdate
|
<ContentUpdate
|
||||||
version="2023-07L"
|
version="2023-07L"
|
||||||
dateString="2023/07/31"
|
dateString="2023/07/31"
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,9 @@
|
||||||
"uncap": "Uncap"
|
"uncap": "Uncap"
|
||||||
},
|
},
|
||||||
"versions": {
|
"versions": {
|
||||||
|
"2023-08F": {
|
||||||
|
"features": "Added new class \"Street King\""
|
||||||
|
},
|
||||||
"2023-05L": {
|
"2023-05L": {
|
||||||
"features": ["A large update is in the works. Stay tuned!"]
|
"features": ["A large update is in the works. Stay tuned!"]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,9 @@
|
||||||
"uncap": "上限解放"
|
"uncap": "上限解放"
|
||||||
},
|
},
|
||||||
"versions": {
|
"versions": {
|
||||||
|
"2023-08F": {
|
||||||
|
"features": "新ジョブ「キング」を追加"
|
||||||
|
},
|
||||||
"2023-05L": {
|
"2023-05L": {
|
||||||
"features": ["特大アップデートが開発中。お楽しみにしてください!"]
|
"features": ["特大アップデートが開発中。お楽しみにしてください!"]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue