From 071c8f2adcf73d9b3361dd30ac9a94bba6e21292 Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Fri, 27 Jun 2025 08:01:44 +0800 Subject: [PATCH] 'commit' --- dsRag/static/ai.html | 41 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 4 deletions(-) diff --git a/dsRag/static/ai.html b/dsRag/static/ai.html index f480960a..4af4e1c3 100644 --- a/dsRag/static/ai.html +++ b/dsRag/static/ai.html @@ -194,13 +194,44 @@ background: #e9ecef; padding: 5px; } + + /* 更新文档链接样式 */ + .doc-links { + display: flex; + flex-direction: row; + gap: 20px; + align-items: center; + margin-bottom: 20px; + } + .doc-links h3 { + margin: 0; + color: #666; + font-size: 16px; + } + + .doc-link { + padding: 8px 16px; + background-color: #f0f0f0; + border-radius: 4px; + text-decoration: none; + color: #333; + transition: all 0.3s ease; + } + + .doc-link:hover { + background-color: #e0e0e0; + transform: translateY(-2px); + }

【小学数学】专用大模型问答

- 小学数学教学中的若干问题 - 小学数学知识点 +
准备就绪
等待问题...
@@ -219,7 +250,9 @@

知识库中包含的内容:

@@ -309,7 +342,7 @@ headers: { 'Content-Type': 'application/json', }, - body: JSON.stringify({ html_content: htmlContent }) + body: JSON.stringify({html_content: htmlContent}) }); if (!response.ok) throw new Error('请求失败');