Merge pull request #242 from jedmund/staging
Add 2023-02 content update
This commit is contained in:
commit
bb7872f1cd
5 changed files with 58 additions and 7 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
|
|
||||||
import { useRouter } from 'next/router'
|
|
||||||
import { useTranslation } from 'next-i18next'
|
import { useTranslation } from 'next-i18next'
|
||||||
|
|
||||||
import ChangelogUnit from '~components/ChangelogUnit'
|
import ChangelogUnit from '~components/ChangelogUnit'
|
||||||
|
|
@ -30,6 +29,9 @@ const UpdatesPage = () => {
|
||||||
'toasts',
|
'toasts',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
'202302U2': {
|
||||||
|
updates: 1,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
function image(
|
function image(
|
||||||
|
|
@ -53,6 +55,47 @@ 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>
|
||||||
|
<section className="Content Version" data-version="2023-02U2">
|
||||||
|
<div className="Header">
|
||||||
|
<h3>{`${updates('events.date', {
|
||||||
|
year: 2023,
|
||||||
|
month: 2,
|
||||||
|
})} ${updates('events.uncap')}`}</h3>
|
||||||
|
<time>2023/02/06</time>
|
||||||
|
</div>
|
||||||
|
<div className="Contents">
|
||||||
|
<section className="characters">
|
||||||
|
<h4>{updates('labels.uncaps.characters')}</h4>
|
||||||
|
<div className="items">
|
||||||
|
<ChangelogUnit id="3040252000" type="character" image="03" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<section className="weapons">
|
||||||
|
<h4>{updates('labels.uncaps.weapons')}</h4>
|
||||||
|
<div className="items">
|
||||||
|
<ChangelogUnit id="1040016100" type="weapon" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<section className="weapons">
|
||||||
|
<h4>{updates('labels.weapons')}</h4>
|
||||||
|
<div className="items">
|
||||||
|
<ChangelogUnit id="1040617100" type="weapon" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<section>
|
||||||
|
<h2>{updates('labels.updates')}</h2>
|
||||||
|
<ul className="Bare Contents">
|
||||||
|
{[...Array(versionUpdates['202302U2'])].map((e, i) => (
|
||||||
|
<li key={`2023-02-U2-${i}`}>
|
||||||
|
{updates(`versions.2023-02-U2.features.${i}`)}
|
||||||
|
</li>
|
||||||
|
))}
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
<section className="Version" data-version="1.1">
|
<section className="Version" data-version="1.1">
|
||||||
<div className="Header">
|
<div className="Header">
|
||||||
<h3>1.1.0</h3>
|
<h3>1.1.0</h3>
|
||||||
|
|
|
||||||
|
|
@ -143,8 +143,8 @@
|
||||||
"sephira": "Sephira",
|
"sephira": "Sephira",
|
||||||
"new_world": "New World Foundation",
|
"new_world": "New World Foundation",
|
||||||
"revenant": "Revenant",
|
"revenant": "Revenant",
|
||||||
"proving": "Proving Grounds",
|
"proving": "Proven",
|
||||||
"disaster": "Disaster",
|
"disaster": "Revans",
|
||||||
"illustrious": "Illustrious"
|
"illustrious": "Illustrious"
|
||||||
},
|
},
|
||||||
"recency": {
|
"recency": {
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,8 @@
|
||||||
"weapons": "New weapon uncaps",
|
"weapons": "New weapon uncaps",
|
||||||
"summons": "New summon uncaps"
|
"summons": "New summon uncaps"
|
||||||
},
|
},
|
||||||
"features": "New features"
|
"features": "New features",
|
||||||
|
"updates": "Other updates"
|
||||||
},
|
},
|
||||||
"events": {
|
"events": {
|
||||||
"date": "{{month}}/{{year}}",
|
"date": "{{month}}/{{year}}",
|
||||||
|
|
@ -17,6 +18,9 @@
|
||||||
"uncap": "Uncap"
|
"uncap": "Uncap"
|
||||||
},
|
},
|
||||||
"versions": {
|
"versions": {
|
||||||
|
"2023-02-U2": {
|
||||||
|
"features": ["Added official names for Proven Weapons and Revans Weapons"]
|
||||||
|
},
|
||||||
"1.1.0": {
|
"1.1.0": {
|
||||||
"features": [
|
"features": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -143,8 +143,8 @@
|
||||||
"sephira": "セフィラン・オールドウェポン",
|
"sephira": "セフィラン・オールドウェポン",
|
||||||
"new_world": "新世界の礎",
|
"new_world": "新世界の礎",
|
||||||
"revenant": "天星器",
|
"revenant": "天星器",
|
||||||
"proving": "ブレイブグラウンド",
|
"proving": "ブレイブウェポン",
|
||||||
"disaster": "災害シリーズ",
|
"disaster": "レヴァンスウェポン",
|
||||||
"luminous": "ルミナス"
|
"luminous": "ルミナス"
|
||||||
},
|
},
|
||||||
"recency": {
|
"recency": {
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,8 @@
|
||||||
"weapons": "武器の新上限解放",
|
"weapons": "武器の新上限解放",
|
||||||
"summons": "召喚石の新上限解放"
|
"summons": "召喚石の新上限解放"
|
||||||
},
|
},
|
||||||
"features": "新機能"
|
"features": "新機能",
|
||||||
|
"updates": "その他の更新"
|
||||||
},
|
},
|
||||||
"events": {
|
"events": {
|
||||||
"date": "{{year}}年{{month}}月",
|
"date": "{{year}}年{{month}}月",
|
||||||
|
|
@ -17,6 +18,9 @@
|
||||||
"uncap": "上限解放"
|
"uncap": "上限解放"
|
||||||
},
|
},
|
||||||
"versions": {
|
"versions": {
|
||||||
|
"2023-02-U2": {
|
||||||
|
"features": ["ブレイブウェポンとレヴァンスウェポンの公式名を追加"]
|
||||||
|
},
|
||||||
"1.1.0": {
|
"1.1.0": {
|
||||||
"features": [
|
"features": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue