chore(会员中心): 注销及登出需要多语言提示

This commit is contained in:
2025-12-31 14:28:02 +08:00
parent 781bb8845e
commit 6894950b7e
3 changed files with 57 additions and 44 deletions

View File

@@ -49,6 +49,10 @@ export const lang = {
// 账户操作
logout: 'Logout',
cancellation: 'Account Cancellation',
logoutTitle: 'Tips',
logoutContent: 'Are you sure you want to log out',
cancellationTitle: 'Risk Warning',
cancellationContent: 'Are you sure you want to cancel your current account?',
// 协议
privacyPolicy: 'Privacy Policy',