添加隐私,注销功能
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
|
||||
|
||||
#define API_LOGOUT @"/user/logout" // 退出登录
|
||||
#define API_USER_CANCEL_ACCOUNT @"/user/cancelAccount" // 注销账户
|
||||
|
||||
#define API_UPDATA_INFO @"/user/updateInfo" // 更新用户
|
||||
|
||||
|
||||
@@ -172,6 +172,8 @@
|
||||
"Delete" = "Delete";
|
||||
"Points\nMall" = "Points\nMall";
|
||||
"Log Out" = "Log Out";
|
||||
"Cancel Account" = "Cancel Account";
|
||||
"After cancellation, your account will be deactivated and local login data will be cleared. Continue?" = "After cancellation, your account will be deactivated and local login data will be cleared. Continue?";
|
||||
"Ranking List" = "Ranking List";
|
||||
"Persona circle" = "Persona circle";
|
||||
"Clear" = "Clear";
|
||||
|
||||
@@ -172,6 +172,8 @@
|
||||
"Delete" = "删除";
|
||||
"Points\nMall" = "积分\n商城";
|
||||
"Log Out" = "退出";
|
||||
"Cancel Account" = "注销账户";
|
||||
"After cancellation, your account will be deactivated and local login data will be cleared. Continue?" = "注销后账号将被停用,并清除本地登录数据,是否继续?";
|
||||
"Ranking List" = "排行榜";
|
||||
"Persona circle" = "圈子";
|
||||
"Clear" = "立刻清空";
|
||||
|
||||
Reference in New Issue
Block a user