From f3d2590a44b1aad28cb8d3d018e9dcb49f654ea5 Mon Sep 17 00:00:00 2001 From: speakeloudest Date: Wed, 24 Sep 2025 20:29:28 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../(content)/(user)/dashboard/content.tsx | 33 +++++++++++++------ apps/user/locales/en-US/dashboard.json | 5 +++ apps/user/locales/zh-CN/dashboard.json | 5 +++ 3 files changed, 33 insertions(+), 10 deletions(-) diff --git a/apps/user/app/(main)/(content)/(user)/dashboard/content.tsx b/apps/user/app/(main)/(content)/(user)/dashboard/content.tsx index 03e279c..fde5248 100644 --- a/apps/user/app/(main)/(content)/(user)/dashboard/content.tsx +++ b/apps/user/app/(main)/(content)/(user)/dashboard/content.tsx @@ -119,11 +119,11 @@ export default function Content() { {/* 快捷下载 Card */}
-

快捷下载

-
-
- 选择对应操作系统下载客户端 +

+ {t('quickDownloads')} +

+
{t('selectOS')}
{ return ( - +
@@ -159,7 +172,7 @@ export default function Content() { 'mt-2.5 flex h-[37px] items-center justify-between rounded-full bg-[#EAEAEA] pl-4 text-[#666]' } > - 免费美区Apple ID + {t('freeAppleID')} - 获取 + {t('get')}
@@ -190,7 +203,7 @@ export default function Content() {
- 复制订阅链接或点击二维码按钮扫码 + {t('copySubscribeLink')}
diff --git a/apps/user/locales/en-US/dashboard.json b/apps/user/locales/en-US/dashboard.json index 8a8c783..07d34f7 100644 --- a/apps/user/locales/en-US/dashboard.json +++ b/apps/user/locales/en-US/dashboard.json @@ -12,6 +12,7 @@ "confirmResetSubscription": "Are you sure you want to reset the subscription address?", "copy": "Copy", "copyFailure": "Copy failed, please copy manually", + "copySubscribeLink": "Copy the subscription link or click the QR code button to scan", "copySubscriptionLinkOrScanQrCode": "Copy subscription link or click the QR code button to scan", "copySuccess": "Copy successful", "deducted": "Canceled", @@ -19,6 +20,8 @@ "expirationDays": "Expiration Days", "expired": "Expired", "finished": "Traffic exhausted", + "freeAppleID": "Free US Apple ID", + "get": "Get", "import": "Import", "inEffect": "In Effect", "latestAnnouncement": "Latest Announcement", @@ -40,12 +43,14 @@ "prompt": "Prompt", "purchaseSubscription": "Purchase Subscription", "qrCode": "QR Code", + "quickDownloads": "Quick Downloads", "remaining": "Remaining: ", "resetSubscription": "Reset Subscription Address", "resetSuccess": "Reset successful", "rowsPerPage": "Rows per page", "scanCodeToSubscribe": "Scan code to subscribe", "scanToSubscribe": "Scan to Subscribe", + "selectOS": "Select the corresponding operating system to download the client", "siteAnnouncements": "Site Announcements", "subscriptionUrl": "Subscription URL", "totalTraffic": "Total Traffic", diff --git a/apps/user/locales/zh-CN/dashboard.json b/apps/user/locales/zh-CN/dashboard.json index 52cbfc6..34612ef 100644 --- a/apps/user/locales/zh-CN/dashboard.json +++ b/apps/user/locales/zh-CN/dashboard.json @@ -12,6 +12,7 @@ "confirmResetSubscription": "是否确认重置订阅地址?", "copy": "复制", "copyFailure": "复制失败,请手动复制", + "copySubscribeLink": "复制订阅链接或点击二维码按钮扫码", "copySubscriptionLinkOrScanQrCode": "复制订阅链接或点击二维码按钮扫码", "copySuccess": "复制成功", "deducted": "已取消", @@ -19,6 +20,8 @@ "expirationDays": "到期时间/天", "expired": "已过期", "finished": "流量已用尽", + "freeAppleID": "免费美区Apple ID", + "get": "获取", "import": "导入", "inEffect": "生效中", "latestAnnouncement": "最新公告", @@ -40,12 +43,14 @@ "prompt": "提示", "purchaseSubscription": "购买订阅", "qrCode": "二维码", + "quickDownloads": "快捷下载", "remaining": "剩余:", "resetSubscription": "重置订阅地址", "resetSuccess": "重置成功", "rowsPerPage": "每页显示", "scanCodeToSubscribe": "扫描码订阅", "scanToSubscribe": "扫描订阅", + "selectOS": "选择对应操作系统下载客户端", "siteAnnouncements": "网站公告", "subscriptionUrl": "订阅地址", "totalTraffic": "总流量",