From 1612fad9070a7acda6f3afbaf32115266fdfa6ea Mon Sep 17 00:00:00 2001 From: lisicheng Date: Mon, 13 Jan 2025 18:01:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=B8=E8=A7=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ArticleList/components/ArticleListFooter.jsx | 1 + src/i18n/locales/en-US.js | 4 ++-- src/i18n/locales/zh-CN.js | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/ArticleList/components/ArticleListFooter.jsx b/src/components/ArticleList/components/ArticleListFooter.jsx index 5b70d78..cae488c 100644 --- a/src/components/ArticleList/components/ArticleListFooter.jsx +++ b/src/components/ArticleList/components/ArticleListFooter.jsx @@ -24,6 +24,7 @@ export default function ArticleListFooter() { radius="full" classNames={{ tabList: "bg-content3/90 backdrop-blur-md", + tab: "h-auto px-2", cursor: "w-full bg-default-400/90 shadow-none dark:bg-primary", tabContent: "text-default-500 font-semibold group-data-[selected=true]:text-default-50 dark:group-data-[selected=true]:text-foreground", diff --git a/src/i18n/locales/en-US.js b/src/i18n/locales/en-US.js index 7b86c5f..1ed421b 100644 --- a/src/i18n/locales/en-US.js +++ b/src/i18n/locales/en-US.js @@ -81,10 +81,10 @@ export default { emptyPlaceholder: "No articles selected", markAllRead: "Mark all as read", starred: "Starred", - starredItems: "Starred items", + starredItems: "Starred", noStarred: "No starred items", unread: "Unread", - unreadItems: "Unread items", + unreadItems: "Unread", noUnread: "No unread items", all: "All", unsubscribe: "Unsubscribe", diff --git a/src/i18n/locales/zh-CN.js b/src/i18n/locales/zh-CN.js index ae7c3e7..92342c2 100644 --- a/src/i18n/locales/zh-CN.js +++ b/src/i18n/locales/zh-CN.js @@ -81,10 +81,10 @@ export default { emptyPlaceholder: "请选择文章", markAllRead: "全部标记为已读", starred: "收藏", - starredItems: "篇收藏文章", + starredItems: "篇收藏", noStarred: "无收藏", unread: "未读", - unreadItems: "篇未读文章", + unreadItems: "篇未读", noUnread: "无未读", all: "全部", unsubscribe: "取消订阅",