fix: brand webmail as NewSzxcn
This commit is contained in:
+3
-1
@@ -3,7 +3,9 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>NodeSeek 邮箱</title>
|
<meta name="theme-color" content="#0f172a" />
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
|
<title>NewSzxcn 邮箱</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
||||||
|
<rect width="64" height="64" rx="14" fill="#0f172a"/>
|
||||||
|
<path d="M14 22.5A6.5 6.5 0 0 1 20.5 16h23A6.5 6.5 0 0 1 50 22.5v19A6.5 6.5 0 0 1 43.5 48h-23A6.5 6.5 0 0 1 14 41.5v-19Z" fill="#f8fafc"/>
|
||||||
|
<path d="M18 23.5 32 34l14-10.5" fill="none" stroke="#0f172a" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M24 42V24h4.8l10.4 11.3V24H44v18h-4.8L28.8 30.7V42H24Z" fill="#2563eb"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 479 B |
@@ -603,7 +603,7 @@ function AccountTabSection({ user, stats, selectedMailbox, mailboxes, onOpenClea
|
|||||||
<SettingsCard title="账号信息">
|
<SettingsCard title="账号信息">
|
||||||
<div className="space-y-5">
|
<div className="space-y-5">
|
||||||
<InfoLine label="用户名" value={accountName} />
|
<InfoLine label="用户名" value={accountName} />
|
||||||
<InfoLine label="NodeSeek ID" value={user.id.slice(0, 8)} />
|
<InfoLine label="NewSzxcn ID" value={user.id.slice(0, 8)} />
|
||||||
<div className="grid gap-2 sm:grid-cols-[10rem_minmax(0,1fr)] sm:items-center">
|
<div className="grid gap-2 sm:grid-cols-[10rem_minmax(0,1fr)] sm:items-center">
|
||||||
<Label className="text-base font-normal text-muted-foreground">时区</Label>
|
<Label className="text-base font-normal text-muted-foreground">时区</Label>
|
||||||
<select className="h-[29px] rounded-md border border-input bg-background px-2 text-sm outline-none focus:ring-1 focus:ring-ring sm:ml-auto sm:w-[236px]" defaultValue="Asia/Shanghai">
|
<select className="h-[29px] rounded-md border border-input bg-background px-2 text-sm outline-none focus:ring-1 focus:ring-ring sm:ml-auto sm:w-[236px]" defaultValue="Asia/Shanghai">
|
||||||
@@ -638,7 +638,7 @@ function AccountTabSection({ user, stats, selectedMailbox, mailboxes, onOpenClea
|
|||||||
|
|
||||||
<SettingsCard title="版本更新" subtitle="查看每次版本更新后的功能变更与调整说明。">
|
<SettingsCard title="版本更新" subtitle="查看每次版本更新后的功能变更与调整说明。">
|
||||||
<div className="space-y-3">
|
<div className="space-y-3">
|
||||||
{["NodeSeek Mail v3 风格设置页", "智能搜索与邮件列表", "自建邮箱管理能力"].map((title, index) => (
|
{["NewSzxcn 邮箱 v3 风格设置页", "智能搜索与邮件列表", "自建邮箱管理能力"].map((title, index) => (
|
||||||
<div key={title} className="rounded-md border px-4 py-3">
|
<div key={title} className="rounded-md border px-4 py-3">
|
||||||
<div className="flex flex-wrap items-center gap-2 text-sm font-medium">
|
<div className="flex flex-wrap items-center gap-2 text-sm font-medium">
|
||||||
<span>v{3 - index}.0.0</span>
|
<span>v{3 - index}.0.0</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user