新增苹果账户登录;新增拉黑功能;UI调整

This commit is contained in:
2025-10-23 17:56:24 +08:00
parent 2a5174cbb6
commit 13ed16078b
23 changed files with 452 additions and 58 deletions

View File

@@ -32,7 +32,7 @@
<string name="text_hint_password">Enter your password</string>
<string name="sign_up_upper">Sign Up</string>
<string name="sign_in_with_email">Connect with Email</string>
<string name="sign_in_with_google">Connect with Google</string>
<string name="sign_in_with_apple">Continue with Apple</string>
<string name="back_upper">BACK</string>
<string name="text_hint_confirm_password">Enter your password again</string>
<string name="login_confirm_password_label">Confirm password</string>
@@ -125,7 +125,7 @@
<string name="index_following">Following</string>
<string name="index_hot">Hot</string>
<string name="main_home">Home</string>
<string name="main_ai">Agent</string>
<string name="main_ai">AI</string>
<string name="main_message">Message</string>
<string name="main_profile">Profile</string>
<string name="agent_mine">Mine</string>
@@ -191,7 +191,8 @@
<string name="agent_createing">Creating…</string>
<string name="agent_find">Discover</string>
<string name="text_error_password_too_long">Password cannot exceed %1$d characters</string>
<string name="block">Block</string>
<!-- Create Bottom Sheet -->
<string name="create_title">Create</string>
<string name="create_ai">AI</string>
@@ -226,4 +227,10 @@
<string name="tab_recommend">Recommend</string>
<string name="tab_short_video">Short Video</string>
<string name="tab_news">News</string>
<!-- Block Confirm Dialog -->
<string name="confirm_block_user">Confirm block %1$s?</string>
<string name="block_description_1">They won\'t be able to send you messages or find your profile or content</string>
<string name="block_description_2">They won\'t receive a notification that you blocked them</string>
<string name="block_description_3">You can unblock them anytime in "Settings"</string>
</resources>