fix(webui): allow optional Keenable search key

This commit is contained in:
Xubin Ren
2026-06-21 15:22:13 +08:00
parent 5feb6f485f
commit d30f3d466d
5 changed files with 130 additions and 16 deletions
+1 -1
View File
@@ -398,7 +398,7 @@ export interface SettingsPayload {
providers: Array<{
name: string;
label: string;
credential: "none" | "api_key" | "base_url";
credential: "none" | "api_key" | "optional_api_key" | "base_url";
}>;
};
web: {