feat(ui): add model icons and categories, tweak login redirect delay

This commit is contained in:
Supra4E8C
2026-01-31 15:53:03 +08:00
parent e7a33f8852
commit 525541ea0d
10 changed files with 18 additions and 6 deletions

View File

@@ -90,7 +90,7 @@ export function LoginPage() {
setTimeout(() => {
const redirect = (location.state as any)?.from?.pathname || '/';
navigate(redirect, { replace: true });
}, 1500);
}, 1300);
} else {
setApiBase(storedBase || detectedBase);
setManagementKey(storedKey || '');