Updates for Jan 2024
This commit is contained in:
parent
06c7192f25
commit
8319cb861a
3 changed files with 22 additions and 0 deletions
|
|
@ -78,6 +78,18 @@ const UpdatesPage = () => {
|
||||||
return (
|
return (
|
||||||
<div className={classes}>
|
<div className={classes}>
|
||||||
<h1>{common('about.segmented_control.updates')}</h1>
|
<h1>{common('about.segmented_control.updates')}</h1>
|
||||||
|
<ContentUpdate
|
||||||
|
version="2024-01U"
|
||||||
|
dateString="2024/01/05"
|
||||||
|
event="events.content"
|
||||||
|
newItems={{
|
||||||
|
weapon: ['1040025400', '1040816300'],
|
||||||
|
}}
|
||||||
|
uncappedItems={{
|
||||||
|
character: ['3040167000', '3040166000'],
|
||||||
|
}}
|
||||||
|
numNotes={1}
|
||||||
|
/>
|
||||||
<ContentUpdate
|
<ContentUpdate
|
||||||
version="2023-12L"
|
version="2023-12L"
|
||||||
dateString="2023/12/31"
|
dateString="2023/12/31"
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,11 @@
|
||||||
"uncap": "Uncap"
|
"uncap": "Uncap"
|
||||||
},
|
},
|
||||||
"versions": {
|
"versions": {
|
||||||
|
"2024-01U": {
|
||||||
|
"features": [
|
||||||
|
"Fixed a bug that prevented logged out users from creating teams if they started from the Character or Summon tabs"
|
||||||
|
]
|
||||||
|
},
|
||||||
"2023-12U2": {
|
"2023-12U2": {
|
||||||
"features": [
|
"features": [
|
||||||
"Sorry for the longer spaces between updates—life has been a bit busy. Work has gotten a lot busier, I have more social obligations, and am working on another app. I haven't abandoned granblue.team though. Thanks for your patience!",
|
"Sorry for the longer spaces between updates—life has been a bit busy. Work has gotten a lot busier, I have more social obligations, and am working on another app. I haven't abandoned granblue.team though. Thanks for your patience!",
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,11 @@
|
||||||
"uncap": "上限解放"
|
"uncap": "上限解放"
|
||||||
},
|
},
|
||||||
"versions": {
|
"versions": {
|
||||||
|
"2024-01U": {
|
||||||
|
"features": [
|
||||||
|
"ログアウトしたままのユーザーがキャラクターまたは召喚石のタブから編成を作成できない不具合を修正"
|
||||||
|
]
|
||||||
|
},
|
||||||
"2023-12U2": {
|
"2023-12U2": {
|
||||||
"features": [
|
"features": [
|
||||||
"更新の間隔が開いてしまって申し訳ございませんー仕事が忙しくなったし、社会的な義務も増えたし、別のアプリの開発も続きました。granblue.teamの開発が終わってないのでこれからもよろしくお願いします!",
|
"更新の間隔が開いてしまって申し訳ございませんー仕事が忙しくなったし、社会的な義務も増えたし、別のアプリの開発も続きました。granblue.teamの開発が終わってないのでこれからもよろしくお願いします!",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue