[feat] user-related layout and styles
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user