This commit is contained in:
freedakgmail
2025-11-23 19:38:51 +08:00
parent e44dd0bd95
commit 3b0d8255f6
649 changed files with 656698 additions and 4133 deletions
+296
View File
@@ -0,0 +1,296 @@
"use client"
import { SiteHeader } from "@/components/site-header"
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs"
import { BookOpen, Users, Network, Settings, Shield, FileText } from "lucide-react"
export default function HelpPage() {
return (
<div className="min-h-screen flex flex-col bg-background">
<SiteHeader />
<main className="flex-1 container mx-auto px-4 py-8">
<div className="max-w-5xl mx-auto space-y-8">
{/* 标题 */}
<div>
<h1 className="text-3xl font-serif font-bold mb-2">使</h1>
<p className="text-muted-foreground">
使
</p>
</div>
<Tabs defaultValue="guide" className="space-y-6">
<TabsList className="grid w-full grid-cols-3">
<TabsTrigger value="guide"></TabsTrigger>
<TabsTrigger value="roles"></TabsTrigger>
<TabsTrigger value="features"></TabsTrigger>
</TabsList>
{/* 快速入门 */}
<TabsContent value="guide" className="space-y-6">
<Card className="border-none shadow-sm bg-card/50 backdrop-blur">
<CardHeader>
<div className="flex items-center gap-3">
<div className="flex h-12 w-12 items-center justify-center rounded-full bg-primary/10 text-primary">
<BookOpen className="h-6 w-6" />
</div>
<div>
<CardTitle className="text-xl font-serif font-light">使</CardTitle>
<CardDescription className="font-light"></CardDescription>
</div>
</div>
</CardHeader>
<CardContent className="space-y-6">
<div className="space-y-4">
<div className="flex gap-4">
<div className="flex-shrink-0 w-8 h-8 rounded-full bg-primary text-primary-foreground flex items-center justify-center font-bold">
1
</div>
<div className="flex-1">
<h3 className="font-medium mb-1"></h3>
<p className="text-sm text-muted-foreground font-light">
使
</p>
</div>
</div>
<div className="flex gap-4">
<div className="flex-shrink-0 w-8 h-8 rounded-full bg-primary text-primary-foreground flex items-center justify-center font-bold">
2
</div>
<div className="flex-1">
<h3 className="font-medium mb-1"></h3>
<p className="text-sm text-muted-foreground font-light">
"开始记录"
</p>
</div>
</div>
<div className="flex gap-4">
<div className="flex-shrink-0 w-8 h-8 rounded-full bg-primary text-primary-foreground flex items-center justify-center font-bold">
3
</div>
<div className="flex-1">
<h3 className="font-medium mb-1"></h3>
<p className="text-sm text-muted-foreground font-light">
</p>
</div>
</div>
<div className="flex gap-4">
<div className="flex-shrink-0 w-8 h-8 rounded-full bg-primary text-primary-foreground flex items-center justify-center font-bold">
4
</div>
<div className="flex-1">
<h3 className="font-medium mb-1"></h3>
<p className="text-sm text-muted-foreground font-light">
</p>
</div>
</div>
<div className="flex gap-4">
<div className="flex-shrink-0 w-8 h-8 rounded-full bg-primary text-primary-foreground flex items-center justify-center font-bold">
5
</div>
<div className="flex-1">
<h3 className="font-medium mb-1"></h3>
<p className="text-sm text-muted-foreground font-light">
</p>
</div>
</div>
<div className="flex gap-4">
<div className="flex-shrink-0 w-8 h-8 rounded-full bg-primary text-primary-foreground flex items-center justify-center font-bold">
6
</div>
<div className="flex-1">
<h3 className="font-medium mb-1"></h3>
<p className="text-sm text-muted-foreground font-light">
</p>
</div>
</div>
</div>
</CardContent>
</Card>
<Card className="border-none shadow-sm bg-card/50 backdrop-blur">
<CardHeader>
<CardTitle className="text-xl font-serif font-light"></CardTitle>
</CardHeader>
<CardContent>
<ul className="space-y-2 text-sm text-muted-foreground font-light">
<li> </li>
<li> 便</li>
<li> 使</li>
<li> 使</li>
<li> "编辑者"</li>
</ul>
</CardContent>
</Card>
</TabsContent>
{/* 角色权限 */}
<TabsContent value="roles" className="space-y-6">
<Card className="border-none shadow-sm bg-card/50 backdrop-blur">
<CardHeader>
<div className="flex items-center gap-3">
<div className="flex h-12 w-12 items-center justify-center rounded-full bg-primary/10 text-primary">
<Shield className="h-6 w-6" />
</div>
<div>
<CardTitle className="text-xl font-serif font-light"></CardTitle>
<CardDescription className="font-light"></CardDescription>
</div>
</div>
</CardHeader>
<CardContent className="space-y-6">
<div className="space-y-6">
<div className="p-4 bg-primary/5 rounded-lg">
<div className="flex items-center gap-2 mb-2">
<div className="w-2 h-2 rounded-full bg-primary"></div>
<h3 className="font-medium"> (Owner)</h3>
</div>
<p className="text-sm text-muted-foreground font-light mb-3">
</p>
<div className="space-y-1 text-sm">
<p className="text-muted-foreground font-light"> </p>
<p className="text-muted-foreground font-light"> </p>
<p className="text-muted-foreground font-light"> </p>
<p className="text-muted-foreground font-light"> </p>
<p className="text-muted-foreground font-light"> </p>
</div>
</div>
<div className="p-4 bg-muted/30 rounded-lg">
<div className="flex items-center gap-2 mb-2">
<div className="w-2 h-2 rounded-full bg-blue-500"></div>
<h3 className="font-medium"> (Editor)</h3>
</div>
<p className="text-sm text-muted-foreground font-light mb-3">
</p>
<div className="space-y-1 text-sm">
<p className="text-muted-foreground font-light"> </p>
<p className="text-muted-foreground font-light"> </p>
<p className="text-muted-foreground font-light"> </p>
<p className="text-muted-foreground font-light"> </p>
<p className="text-muted-foreground font-light"> </p>
</div>
</div>
<div className="p-4 bg-muted/30 rounded-lg">
<div className="flex items-center gap-2 mb-2">
<div className="w-2 h-2 rounded-full bg-green-500"></div>
<h3 className="font-medium"> (Viewer)</h3>
</div>
<p className="text-sm text-muted-foreground font-light mb-3">
</p>
<div className="space-y-1 text-sm">
<p className="text-muted-foreground font-light"> </p>
<p className="text-muted-foreground font-light"> </p>
<p className="text-muted-foreground font-light"> </p>
<p className="text-muted-foreground font-light"> </p>
<p className="text-muted-foreground font-light"> </p>
</div>
</div>
</div>
</CardContent>
</Card>
</TabsContent>
{/* 功能说明 */}
<TabsContent value="features" className="space-y-6">
<div className="grid grid-cols-1 md:grid-cols-2 gap-6">
<Card className="border-none shadow-sm bg-card/50 backdrop-blur">
<CardHeader>
<div className="flex items-center gap-3">
<div className="flex h-10 w-10 items-center justify-center rounded-full bg-primary/10 text-primary">
<Users className="h-5 w-5" />
</div>
<CardTitle className="text-lg font-serif font-light"></CardTitle>
</div>
</CardHeader>
<CardContent>
<ul className="space-y-2 text-sm text-muted-foreground font-light">
<li> </li>
<li> </li>
<li> </li>
<li> </li>
<li> </li>
</ul>
</CardContent>
</Card>
<Card className="border-none shadow-sm bg-card/50 backdrop-blur">
<CardHeader>
<div className="flex items-center gap-3">
<div className="flex h-10 w-10 items-center justify-center rounded-full bg-primary/10 text-primary">
<Network className="h-5 w-5" />
</div>
<CardTitle className="text-lg font-serif font-light"></CardTitle>
</div>
</CardHeader>
<CardContent>
<ul className="space-y-2 text-sm text-muted-foreground font-light">
<li> </li>
<li> </li>
<li> </li>
<li> </li>
<li> </li>
</ul>
</CardContent>
</Card>
<Card className="border-none shadow-sm bg-card/50 backdrop-blur">
<CardHeader>
<div className="flex items-center gap-3">
<div className="flex h-10 w-10 items-center justify-center rounded-full bg-primary/10 text-primary">
<FileText className="h-5 w-5" />
</div>
<CardTitle className="text-lg font-serif font-light"></CardTitle>
</div>
</CardHeader>
<CardContent>
<ul className="space-y-2 text-sm text-muted-foreground font-light">
<li> </li>
<li> </li>
<li> </li>
<li> </li>
</ul>
</CardContent>
</Card>
<Card className="border-none shadow-sm bg-card/50 backdrop-blur">
<CardHeader>
<div className="flex items-center gap-3">
<div className="flex h-10 w-10 items-center justify-center rounded-full bg-primary/10 text-primary">
<Settings className="h-5 w-5" />
</div>
<CardTitle className="text-lg font-serif font-light"></CardTitle>
</div>
</CardHeader>
<CardContent>
<ul className="space-y-2 text-sm text-muted-foreground font-light">
<li> </li>
<li> </li>
<li> </li>
<li> </li>
<li> </li>
</ul>
</CardContent>
</Card>
</div>
</TabsContent>
</Tabs>
</div>
</main>
</div>
)
}