0.0.8.5
This commit is contained in:
@@ -87,7 +87,7 @@ export default function SettingsPage() {
|
||||
<div className="min-h-screen bg-background flex flex-col font-sans">
|
||||
<SiteHeader />
|
||||
<main className="container mx-auto py-8 px-4 md:px-6 flex-1 max-w-6xl">
|
||||
<h1 className="text-3xl font-serif font-bold mb-8">系统设置 (Settings)</h1>
|
||||
<h1 className="text-3xl font-serif font-bold mb-8">系统设置</h1>
|
||||
|
||||
<div className="space-y-6">
|
||||
{/* 用户信息和密码修改 - 两列布局 */}
|
||||
@@ -178,7 +178,7 @@ export default function SettingsPage() {
|
||||
<Card>
|
||||
<CardHeader>
|
||||
<CardTitle className="flex items-center gap-2">
|
||||
<Database className="h-5 w-5" /> 数据管理 (Data Management)
|
||||
<Database className="h-5 w-5" /> 数据管理
|
||||
</CardTitle>
|
||||
<CardDescription>备份和恢复家族树数据。</CardDescription>
|
||||
</CardHeader>
|
||||
|
||||
Reference in New Issue
Block a user