Update the updates page
* January 2024 Legend Festival * Final Ultimate Mastery skills
This commit is contained in:
parent
d181ef618b
commit
81b008d74e
3 changed files with 22 additions and 0 deletions
|
|
@ -78,6 +78,16 @@ const UpdatesPage = () => {
|
|||
return (
|
||||
<div className={classes}>
|
||||
<h1>{common('about.segmented_control.updates')}</h1>
|
||||
<ContentUpdate
|
||||
version="2024-01L"
|
||||
dateString="2024/01/31"
|
||||
event="events.legfest"
|
||||
newItems={{
|
||||
character: ['3040509000', '3040510000'],
|
||||
weapon: ['1040025700', '1040422500', '1040317100', '1030406600'],
|
||||
}}
|
||||
numNotes={1}
|
||||
/>
|
||||
<ContentUpdate
|
||||
version="2024-01U3"
|
||||
dateString="2024/01/18"
|
||||
|
|
|
|||
|
|
@ -24,6 +24,12 @@
|
|||
"uncap": "Uncap"
|
||||
},
|
||||
"versions": {
|
||||
"2024-01L": {
|
||||
"features": [
|
||||
"Added Ultimate Mastery skills for classes: Cavalier, Relic Buster, Yamato, and Masquerade",
|
||||
"Fixed a bug where Telumas could be set on the third slot of Draconic Providence weapons"
|
||||
]
|
||||
},
|
||||
"2024-01U": {
|
||||
"features": [
|
||||
"Fixed a bug that prevented logged out users from creating teams if they started from the Character or Summon tabs",
|
||||
|
|
|
|||
|
|
@ -24,6 +24,12 @@
|
|||
"uncap": "上限解放"
|
||||
},
|
||||
"versions": {
|
||||
"2024-01L": {
|
||||
"features": [
|
||||
"「キャバルリー」「レリックバスター」「ヤマト」「マスカレード」の極致の証スキルを追加",
|
||||
"テルマがドラコニックウエポン・オリジンの3番目のスロットに設定できる不具合を修正"
|
||||
]
|
||||
},
|
||||
"2024-01U": {
|
||||
"features": [
|
||||
"ログアウトしたままのユーザーがキャラクターまたは召喚石のタブから編成を作成できない不具合を修正",
|
||||
|
|
|
|||
Loading…
Reference in a new issue