注销账号

This commit is contained in:
fengjignqi
2026-07-08 14:15:21 +08:00
parent 1cfc6f9d73
commit 79e51ad044
12 changed files with 205 additions and 40 deletions

View File

@@ -115,10 +115,11 @@
android:orientation="horizontal"
android:gravity="center_vertical">
<TextView
android:id="@+id/tv_progress_percent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginVertical="@dimen/dp_2"
android:textSize="14sp"
android:textStyle="bold"
android:textColor="@color/textPrimaryColor"
android:text="@string/device_work_progress_title"
android:layout_marginLeft="@dimen/dp_30"/>

View File

@@ -267,6 +267,31 @@
<string name="user_agreement_mine">User Agreement</string>
<string name="cache_cleared_success">Cache cleared successfully</string>
<string name="notification_permission_request">Notification Permission Request</string>
<string name="notification_permission_desc">Notification permission is required to display the app download progress.</string>
<string name="storage_permission_request">Storage Permission Request</string>
<string name="storage_permission_desc">Storage permission is required to update your application.</string>
<string name="download_complete_installing">Download complete, installing...</string>
<string name="delete_account">Delete Account</string>
<string name="delete_account_tip">This action will permanently delete this account.</string>
<string name="verification_code_sent">The verification code has been sent to this account.</string>
<string name="resend_after_seconds">Resend in seconds</string>
<string name="resend">Resend</string>
<!-- End -->

View File

@@ -251,6 +251,31 @@
<string name="no_more_data">已经到底了</string>
<string name="cache_cleared_success">缓存清除成功</string>
<string name="notification_permission_request">通知权限申请</string>
<string name="notification_permission_desc">需要通知权限来显示应用下载进度</string>
<string name="storage_permission_request">文件存储权限申请</string>
<string name="storage_permission_desc">需要您的授权,获取存储权限来更新您的应用</string>
<string name="download_complete_installing">下载完成,正在安装</string>
<string name="delete_account">注销账号</string>
<string name="delete_account_tip">该操作将会注销此账号</string>
<string name="verification_code_sent">验证码已发送至该账户</string>
<string name="resend_after_seconds">秒后重发</string>
<string name="resend">重新发送</string>
<!--结束-->