这是indexloc提供的服务,不要输入任何密码
Skip to content

Fix typo in frontend for SearXNG agent setup #2917

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -265,13 +265,13 @@ export function SearXNGOptions({ settings }) {
<div className="flex gap-x-4">
<div className="flex flex-col w-60">
<label className="text-white text-sm font-semibold block mb-3">
SearXNG API base URL
SearXNG API Base URL
</label>
<input
type="url"
name="env::AgentSearXNGApiUrl"
className="border-none bg-theme-settings-input-bg text-white placeholder:text-theme-settings-input-placeholder text-sm rounded-lg focus:outline-primary-button active:outline-primary-button outline-none block w-full p-2.5"
placeholder="SearXNG API Key"
placeholder="SearXNG API Base URL"
defaultValue={settings?.AgentSearXNGApiUrl}
required={true}
autoComplete="off"
Expand Down
5 changes: 0 additions & 5 deletions server/storage/vector-cache/VECTOR_CACHE.md

This file was deleted.