fix: SearXNG 搜索引擎参数去掉默认值,留空使用实例默认引擎

This commit is contained in:
thzxx
2026-06-12 13:18:23 +08:00
parent 366824c00a
commit 16dd877860
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import { logInfo, logSuccess } from '../services/log-service.js';
const DEFAULTS = {
enabled: false,
url: '',
engines: 'google,bing,duckduckgo,wikipedia',
engines: '',
language: 'zh-CN',
safesearch: 1,
time_range: '',