[feat] user-related layout and styles

This commit is contained in:
Purp1e
2025-03-22 17:50:55 +08:00
parent 08a6bfe9de
commit ff6113085a
7 changed files with 57 additions and 23 deletions

View File

@@ -10,7 +10,7 @@ import {
import { ToolButton } from "@/components/window/ToolButton"
import { cn } from "@heroui/react"
import {
AssemblyLine, SettingConfig,
AssemblyLine, HardDisk, SettingConfig,
UploadOne
} from "@icon-park/react"
import { usePathname, useRouter } from "next/navigation"
@@ -24,7 +24,7 @@ export default function PreferenceLayout({
return (
<div className="flex w-full gap-3">
<Card className="flex-grow max-w-ful">
{/* <Card className="flex-grow max-w-ful">
<CardHeader>
<CardIcon
type="menu"
@@ -46,14 +46,14 @@ export default function PreferenceLayout({
<UploadOne />
云同步
</ToolButton>
{/* <ToolButton>
<ToolButton>
<HardDisk />
保存
</ToolButton> */}
</ToolButton>
</CardTool>
</CardHeader>
<CardBody>{children}</CardBody>
</Card>
</Card> */}
{/* Steam用户区域 */}
<SteamUsers />
</div>