mirror of
https://github.com/tooot-app/app
synced 2025-01-30 10:14:53 +01:00
Ready to release
This commit is contained in:
parent
8a3f335d37
commit
20e4ef69ea
@ -28,8 +28,3 @@ submission_information({
|
|||||||
add_id_info_tracks_install: false,
|
add_id_info_tracks_install: false,
|
||||||
add_id_info_uses_idfa: true
|
add_id_info_uses_idfa: true
|
||||||
})
|
})
|
||||||
|
|
||||||
release_notes({
|
|
||||||
'zh-Hans' => "添加支持修改账户信息",
|
|
||||||
'en-US' => "Added the possibility to update account information"
|
|
||||||
})
|
|
@ -1 +1,2 @@
|
|||||||
|
Added translation option, translation service is provided by various providers
|
||||||
|
When updating profile, now avatar and banner can be uploaded
|
||||||
|
@ -1 +1,2 @@
|
|||||||
|
加入翻译嘟文支持,翻译服务由多个服务商提供
|
||||||
|
修改个人信息里可以上传头像及横幅
|
||||||
|
@ -148,8 +148,6 @@ const useProfileMutation = () => {
|
|||||||
mode: variables.mode,
|
mode: variables.mode,
|
||||||
type: 'success'
|
type: 'success'
|
||||||
})
|
})
|
||||||
} else {
|
|
||||||
haptics('Light')
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onSettled: () => {
|
onSettled: () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user