2024-02 Legfest
* Sandalphon (Grand) * Sabrina * Richard
This commit is contained in:
parent
a3815d2866
commit
eaef607dc3
2 changed files with 18 additions and 2 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"git.ignoreLimitWarning": true
|
||||
"git.ignoreLimitWarning": true,
|
||||
"i18n-ally.localesPaths": ["public/locales"]
|
||||
}
|
||||
|
|
@ -78,6 +78,21 @@ const UpdatesPage = () => {
|
|||
return (
|
||||
<div className={classes}>
|
||||
<h1>{common('about.segmented_control.updates')}</h1>
|
||||
<ContentUpdate
|
||||
version="2024-02L"
|
||||
dateString="2024/02/29"
|
||||
event="events.legfest"
|
||||
newItems={{
|
||||
character: ['3040515000', '3040513000', '3040514000'],
|
||||
weapon: [
|
||||
'1040025900',
|
||||
'1040618500',
|
||||
'1040119100',
|
||||
'1040025800',
|
||||
'1030010200',
|
||||
],
|
||||
}}
|
||||
/>
|
||||
<ContentUpdate
|
||||
version="2024-02U"
|
||||
dateString="2024/02/20"
|
||||
|
|
|
|||
Loading…
Reference in a new issue