diff --git a/client/electron/src/components/MailList.tsx b/client/electron/src/components/MailList.tsx index 1d39aac..d47f668 100644 --- a/client/electron/src/components/MailList.tsx +++ b/client/electron/src/components/MailList.tsx @@ -71,7 +71,7 @@ export default function MailList() { return (
-
+

{isSent ? '发件箱' : '收件箱'}

{/* 显示「会话数 · 邮件数」而不是只显示邮件数:分组之后前者才是 diff --git a/client/electron/src/components/MailView.tsx b/client/electron/src/components/MailView.tsx index 50e19bc..cf249cc 100644 --- a/client/electron/src/components/MailView.tsx +++ b/client/electron/src/components/MailView.tsx @@ -586,7 +586,7 @@ function CollapsibleHeader({ useEffect(() => setOpen(!narrow), [narrow]); return ( -
+
{lead}