This commit is contained in:
mlogclub
2026-04-26 20:04:54 +08:00
parent 6be1d74f09
commit a3cd67f80f
2 changed files with 5 additions and 8 deletions
+4 -7
View File
@@ -83,13 +83,10 @@ export function LoginForm({
> >
<FieldGroup> <FieldGroup>
<div className="flex flex-col gap-2 text-center"> <div className="flex flex-col gap-2 text-center">
{/* <span className="mx-auto inline-flex rounded-full border border-amber-300/60 bg-amber-50 px-3 py-1 text-[11px] font-medium tracking-[0.22em] text-amber-900 uppercase"> <span className="mx-auto inline-flex rounded-full border border-amber-300/60 bg-amber-50 px-3 py-1 text-[11px] font-medium tracking-[0.22em] text-amber-900 uppercase">
AI Service Console AI
</span> */} </span>
<h1 className="text-3xl font-semibold tracking-tight"></h1> <h1 className="text-3xl font-semibold tracking-tight">使 AI </h1>
<p className="text-sm text-balance text-muted-foreground">
使访
</p>
</div> </div>
<Field> <Field>
<FieldLabel htmlFor="username"></FieldLabel> <FieldLabel htmlFor="username"></FieldLabel>
+1 -1
View File
@@ -16,7 +16,7 @@ export type AuthSession = {
roles: string[] roles: string[]
} }
const SESSION_STORAGE_KEY = "cs-agent.admin.session" const SESSION_STORAGE_KEY = "cs-ai-agent-session"
function hasWindow() { function hasWindow() {
return typeof window !== "undefined" return typeof window !== "undefined"