Update the updates page with new items (#306) (#307)

This commit is contained in:
Justin Edmund 2023-05-31 03:26:11 -07:00 committed by GitHub
parent 1c2a1b6bb4
commit d2cb881640
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 58 additions and 0 deletions

View file

@ -56,6 +56,48 @@ const UpdatesPage = () => {
return (
<div className="Updates PageContent">
<h1>{common('about.segmented_control.updates')}</h1>
<ContentUpdate
version="2023-05L"
dateString="2023/05/31"
event="events.legfest"
newItems={{
character: ['3040464000', '3040465000'],
weapon: ['1040116900', '1040218400', '1040712500', '1030804400'],
}}
numNotes={1}
/>
<ContentUpdate
version="2023-05F"
dateString="2023/05/20"
event="events.flash"
newItems={{
character: ['3040463000', '3040462000'],
weapon: ['1040421800', '1040024600'],
}}
numNotes={0}
/>
<ContentUpdate
version="2023-05U"
dateString="2023/05/18"
event="events.content"
newItems={{
weapon: ['1040712400'],
}}
uncappedItems={{
character: ['3040073000'],
}}
numNotes={1}
/>
<ContentUpdate
version="2023-04L"
dateString="2023/04/30"
event="events.legfest"
newItems={{
character: ['3040460000', '3040461000'],
weapon: ['1040815500', '1040815600', '1040421700', '1030208100'],
}}
numNotes={0}
/>
<ContentUpdate
version="2023-04U"
dateString="2023/04/01"

View file

@ -19,6 +19,14 @@
"uncap": "Uncap"
},
"versions": {
"2023-05L": {
"features": ["A large update is in the works. Stay tuned!"]
},
"2023-05U": {
"features": [
"Added Ultimate Mastery skills for classes: Sage, Chaos Ruler, Elysian, Glorybringer, Runeslayer"
]
},
"2023-03U2": {
"features": ["Added new weapon series, World Series"]
},

View file

@ -19,6 +19,14 @@
"uncap": "上限解放"
},
"versions": {
"2023-05L": {
"features": ["特大アップデートが開発中。お楽しみにしてください!"]
},
"2023-05U": {
"features": [
"「セージ」「カオスルーダー」「エリュシオン」「ザ・グローリー」「魔法戦士」の極致の証スキルを追加"
]
},
"2023-03U2": {
"features": ["武器シリーズ「ワールドシリーズ」を追加"]
},