feat: select deep search llm in admin

This commit is contained in:
john
2026-07-23 22:46:14 +08:00
parent ce8247743e
commit 6977f9fc24
3 changed files with 91 additions and 8 deletions
+7
View File
@@ -615,6 +615,13 @@ body,
margin-top: 12px;
}
.search-llm-hint {
margin: -2px 0 0;
color: var(--color-text-muted);
font-size: 12px;
line-height: 1.55;
}
.form-span-all {
grid-column: 1 / -1;
}