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>
<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">
AI Service Console
</span> */}
<h1 className="text-3xl font-semibold tracking-tight"></h1>
<p className="text-sm text-balance text-muted-foreground">
使访
</p>
<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
</span>
<h1 className="text-3xl font-semibold tracking-tight">使 AI </h1>
</div>
<Field>
<FieldLabel htmlFor="username"></FieldLabel>
+1 -1
View File
@@ -16,7 +16,7 @@ export type AuthSession = {
roles: string[]
}
const SESSION_STORAGE_KEY = "cs-agent.admin.session"
const SESSION_STORAGE_KEY = "cs-ai-agent-session"
function hasWindow() {
return typeof window !== "undefined"