Updates the update page
This commit is contained in:
parent
db9fe8b21c
commit
2adcd7918d
3 changed files with 29 additions and 1 deletions
|
|
@ -78,6 +78,16 @@ const UpdatesPage = () => {
|
|||
return (
|
||||
<div className={classes}>
|
||||
<h1>{common('about.segmented_control.updates')}</h1>
|
||||
<ContentUpdate
|
||||
version="2024-02U"
|
||||
dateString="2024/02/20"
|
||||
event="events.content"
|
||||
newItems={{
|
||||
weapon: ['1040618400'],
|
||||
}}
|
||||
raidItems={['dark-rapture-zero']}
|
||||
numNotes={3}
|
||||
/>
|
||||
<ContentUpdate
|
||||
version="2024-02F"
|
||||
dateString="2024/02/14"
|
||||
|
|
|
|||
|
|
@ -13,6 +13,8 @@
|
|||
"weapons": "New weapon transcendence",
|
||||
"summons": "New summon transcendence"
|
||||
},
|
||||
"jobs": "New classes",
|
||||
"raids": "New raids",
|
||||
"features": "New features",
|
||||
"updates": "Other updates"
|
||||
},
|
||||
|
|
@ -24,6 +26,13 @@
|
|||
"uncap": "Uncap"
|
||||
},
|
||||
"versions": {
|
||||
"2024-02U": {
|
||||
"features": [
|
||||
"Added new class: Onmyoji",
|
||||
"Fixed a bug that prevented filtering job skills by category",
|
||||
"Fixed a bug that prevented infinite scrolling in search results"
|
||||
]
|
||||
},
|
||||
"2024-01L": {
|
||||
"features": [
|
||||
"Added Ultimate Mastery skills for classes: Cavalier, Relic Buster, Yamato, and Masquerade",
|
||||
|
|
@ -62,7 +71,7 @@
|
|||
},
|
||||
"1.2.1": {
|
||||
"bugs": [
|
||||
"Job accessory popover has been fixed, so Paladin shields and Manadiver manatura can be selected again",
|
||||
"Class accessory popover has been fixed, so Paladin shields and Manadiver manatura can be selected again",
|
||||
"The AX skill section no longer shows up in the weapon hovercard if no AX skills are set",
|
||||
"The top of the character hovercard has been slightly refined",
|
||||
"Fixed a bug that prevented all character over mastery (ring) bonuses from being displayed",
|
||||
|
|
|
|||
|
|
@ -13,6 +13,8 @@
|
|||
"weapons": "武器の新限界超越",
|
||||
"summons": "召喚石の新限界超越"
|
||||
},
|
||||
"jobs": "新ジョブ",
|
||||
"raids": "新マルチバトル",
|
||||
"features": "新機能",
|
||||
"updates": "その他の更新"
|
||||
},
|
||||
|
|
@ -24,6 +26,13 @@
|
|||
"uncap": "上限解放"
|
||||
},
|
||||
"versions": {
|
||||
"2024-02U": {
|
||||
"features": [
|
||||
"新ジョブ「陰陽師」を追加",
|
||||
"ジョブスキルのフィルターを発生できないバグを修正",
|
||||
"検索リザルトに無限スクロールを発生できないバグを修正"
|
||||
]
|
||||
},
|
||||
"2024-01L": {
|
||||
"features": [
|
||||
"「キャバルリー」「レリックバスター」「ヤマト」「マスカレード」の極致の証スキルを追加",
|
||||
|
|
|
|||
Loading…
Reference in a new issue