From 1b7d3e26f2aadccfe03933090721119fc8d6a0b1 Mon Sep 17 00:00:00 2001 From: BrightChing Date: Mon, 17 Feb 2025 10:43:30 +0800 Subject: [PATCH] =?UTF-8?q?refactor(ragflow):=20=E7=A7=BB=E9=99=A4=20Searx?= =?UTF-8?q?ng=20Web=20=E7=AB=AF=E5=8F=A3=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除了 data.yml 文件中的 Searxng Web 端口配置项,包括以下内容: - 删除了 additionalProperties 下的 formFields 数组 - 移除了与 Searxng Web 端口相关的所有配置参数 --- apps/ragflow/1.0.0/data.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/apps/ragflow/1.0.0/data.yml b/apps/ragflow/1.0.0/data.yml index 9ce472e..e69de29 100644 --- a/apps/ragflow/1.0.0/data.yml +++ b/apps/ragflow/1.0.0/data.yml @@ -1,10 +0,0 @@ -additionalProperties: - formFields: - - default: 3005 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Searxng Web Port - labelZh: Searxng Web 通讯端口 - required: true - rule: paramPort - type: number \ No newline at end of file