From 06ddcf3b15467440c8ae618bd40a323303fe8639 Mon Sep 17 00:00:00 2001
From: HuangHai <10402852@qq.com>
Date: Wed, 16 Jul 2025 14:37:37 +0800
Subject: [PATCH] 'commit'
---
dsLightRag/static/SuShi.html | 16 ++--------------
1 file changed, 2 insertions(+), 14 deletions(-)
diff --git a/dsLightRag/static/SuShi.html b/dsLightRag/static/SuShi.html
index b663702c..96329536 100644
--- a/dsLightRag/static/SuShi.html
+++ b/dsLightRag/static/SuShi.html
@@ -189,7 +189,7 @@
-
已收集问题示例
+
问题示例
苏轼的好朋友都有谁?
苏轼的家人都有谁?
@@ -198,17 +198,6 @@
-
-
-
-
知识库范围
-
-
-
-
@@ -268,7 +257,6 @@
function submitQuestion() {
const question = document.getElementById('questionInput').value.trim();
const answerArea = document.getElementById('answerArea');
- const topic = document.querySelector('input[name="topic"]:checked').value;
if (!question) {
alert('请输入问题!');
@@ -286,7 +274,7 @@
},
body: JSON.stringify({
query: question,
- topic: topic,
+ topic: 'SuShi',
})
})
.then(response => {