(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,23750,e=>{"use strict";var r=e.i(43476),s=e.i(47163);function a({className:e,type:a,...t}){return(0,r.jsx)("input",{type:a,"data-slot":"input",className:(0,s.cn)("file:text-foreground placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 border-input h-9 w-full min-w-0 rounded-md border bg-transparent px-3 py-1 text-base shadow-xs transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm","focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]","aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",e),...t})}e.s(["Input",()=>a])},70065,e=>{"use strict";var r=e.i(43476),s=e.i(71645),a=e.i(47163);let t=s.forwardRef(({className:e,...s},t)=>(0,r.jsx)("div",{ref:t,className:(0,a.cn)("rounded-xl border bg-card text-card-foreground shadow",e),...s}));t.displayName="Card";let l=s.forwardRef(({className:e,...s},t)=>(0,r.jsx)("div",{ref:t,className:(0,a.cn)("flex flex-col space-y-1.5 p-6",e),...s}));l.displayName="CardHeader";let d=s.forwardRef(({className:e,...s},t)=>(0,r.jsx)("h3",{ref:t,className:(0,a.cn)("font-semibold leading-none tracking-tight",e),...s}));d.displayName="CardTitle";let i=s.forwardRef(({className:e,...s},t)=>(0,r.jsx)("p",{ref:t,className:(0,a.cn)("text-sm text-muted-foreground",e),...s}));i.displayName="CardDescription";let n=s.forwardRef(({className:e,...s},t)=>(0,r.jsx)("div",{ref:t,className:(0,a.cn)("p-6 pt-0",e),...s}));n.displayName="CardContent",s.forwardRef(({className:e,...s},t)=>(0,r.jsx)("div",{ref:t,className:(0,a.cn)("flex items-center p-6 pt-0",e),...s})).displayName="CardFooter",e.s(["Card",()=>t,"CardContent",()=>n,"CardDescription",()=>i,"CardHeader",()=>l,"CardTitle",()=>d])},51364,e=>{"use strict";var r=e.i(43476),s=e.i(70065),a=e.i(23750),t=e.i(67881),l=e.i(71645),d=e.i(47163);let i=l.forwardRef(({className:e,...s},a)=>(0,r.jsx)("div",{className:"relative w-full overflow-auto",children:(0,r.jsx)("table",{ref:a,className:(0,d.cn)("w-full caption-bottom text-sm",e),...s})}));i.displayName="Table";let n=l.forwardRef(({className:e,...s},a)=>(0,r.jsx)("thead",{ref:a,className:(0,d.cn)("[&_tr]:border-b",e),...s}));n.displayName="TableHeader";let c=l.forwardRef(({className:e,...s},a)=>(0,r.jsx)("tbody",{ref:a,className:(0,d.cn)("[&_tr:last-child]:border-0",e),...s}));c.displayName="TableBody",l.forwardRef(({className:e,...s},a)=>(0,r.jsx)("tfoot",{ref:a,className:(0,d.cn)("border-t bg-muted/50 font-medium [&>tr]:last:border-b-0",e),...s})).displayName="TableFooter";let o=l.forwardRef(({className:e,...s},a)=>(0,r.jsx)("tr",{ref:a,className:(0,d.cn)("border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted",e),...s}));o.displayName="TableRow";let x=l.forwardRef(({className:e,...s},a)=>(0,r.jsx)("th",{ref:a,className:(0,d.cn)("h-12 px-4 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0",e),...s}));x.displayName="TableHead";let f=l.forwardRef(({className:e,...s},a)=>(0,r.jsx)("td",{ref:a,className:(0,d.cn)("p-4 align-middle [&:has([role=checkbox])]:pr-0",e),...s}));function m(){return(0,r.jsxs)("div",{className:"space-y-6",children:[(0,r.jsxs)("div",{className:"flex justify-between items-center",children:[(0,r.jsx)("h2",{className:"text-3xl font-bold tracking-tight",children:"用户管理"}),(0,r.jsxs)("div",{className:"flex w-full max-w-sm items-center space-x-2",children:[(0,r.jsx)(a.Input,{type:"text",placeholder:"搜索用户..."}),(0,r.jsx)(t.Button,{type:"submit",children:"搜索"})]})]}),(0,r.jsxs)(s.Card,{children:[(0,r.jsx)(s.CardHeader,{children:(0,r.jsx)(s.CardTitle,{children:"用户列表"})}),(0,r.jsx)(s.CardContent,{children:(0,r.jsxs)(i,{children:[(0,r.jsx)(n,{children:(0,r.jsxs)(o,{children:[(0,r.jsx)(x,{className:"w-[100px]",children:"ID"}),(0,r.jsx)(x,{children:"用户名"}),(0,r.jsx)(x,{children:"绑定状态"}),(0,r.jsx)(x,{children:"注册时间"}),(0,r.jsx)(x,{className:"text-right",children:"操作"})]})}),(0,r.jsxs)(c,{children:[(0,r.jsxs)(o,{children:[(0,r.jsx)(f,{className:"font-medium",children:"1001"}),(0,r.jsx)(f,{children:"测试用户A"}),(0,r.jsx)(f,{className:"text-green-600",children:"已绑定"}),(0,r.jsx)(f,{children:"2025-12-28"}),(0,r.jsx)(f,{className:"text-right",children:(0,r.jsx)(t.Button,{variant:"ghost",size:"sm",children:"查看"})})]}),(0,r.jsxs)(o,{children:[(0,r.jsx)(f,{className:"font-medium",children:"1002"}),(0,r.jsx)(f,{children:"游客_8392"}),(0,r.jsx)(f,{className:"text-yellow-600",children:"未绑定"}),(0,r.jsx)(f,{children:"2025-12-29"}),(0,r.jsx)(f,{className:"text-right",children:(0,r.jsx)(t.Button,{variant:"ghost",size:"sm",children:"查看"})})]})]})]})})]})]})}f.displayName="TableCell",l.forwardRef(({className:e,...s},a)=>(0,r.jsx)("caption",{ref:a,className:(0,d.cn)("mt-4 text-sm text-muted-foreground",e),...s})).displayName="TableCaption",e.s(["default",()=>m],51364)}]);