更新添加注销账户功能

This commit is contained in:
2026-01-08 13:58:29 +08:00
parent 382719404d
commit 9869ec0106
13 changed files with 334 additions and 75 deletions

View File

@@ -134,7 +134,9 @@ export const personalCenter_zh = {
ipFormat:"请检查IP地址格式是否正确",
screen:"筛选币种",
workOrderRecord:"工单记录",
deleteAccountWarning:"删除后关于此账户的相关信息将不能恢复,请慎重操作!",
deleteAccountSuccess:"账户删除成功",
}
}
@@ -243,5 +245,7 @@ export const personalCenter_en = {
ipFormat:"Please check if the IP address format is correct",
screen:"Filter currencies",
workOrderRecord:"Work order record",
deleteAccountWarning:"After deletion, the relevant information about this account cannot be restored. Please proceed with caution!",
deleteAccountSuccess:"Account deleted successfully",
}
}