From 9be5b82aa68ad064f0ec69647784ed8f9e285852 Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Fri, 27 Jun 2025 15:39:26 +0800 Subject: [PATCH] 'commit' --- dsRag/static/ai.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsRag/static/ai.html b/dsRag/static/ai.html index ef252c53..f826a92d 100644 --- a/dsRag/static/ai.html +++ b/dsRag/static/ai.html @@ -338,7 +338,7 @@ const url = window.URL.createObjectURL(blob); const a = document.createElement('a'); a.href = url; - a.download = '小学数学问答.docx'; + a.download = '【理想大模型】问题.docx'; document.body.appendChild(a); a.click(); window.URL.revokeObjectURL(url);