Skip to content

Commit

Permalink
常规调整
Browse files Browse the repository at this point in the history
  • Loading branch information
electh committed Jan 13, 2025
1 parent 5559d26 commit 1612fad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/locales/en-US.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/locales/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ export default {
emptyPlaceholder: "请选择文章",
markAllRead: "全部标记为已读",
starred: "收藏",
starredItems: "篇收藏文章",
starredItems: "篇收藏",
noStarred: "无收藏",
unread: "未读",
unreadItems: "篇未读文章",
unreadItems: "篇未读",
noUnread: "无未读",
all: "全部",
unsubscribe: "取消订阅",
Expand Down

0 comments on commit 1612fad

Please sign in to comment.