From 41cf19ff612683c44a9468b1a2b599b61c4f31c3 Mon Sep 17 00:00:00 2001 From: wonder Date: Sun, 21 Jun 2026 15:43:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20PR=20=E7=94=9F=E6=88=90=E9=A1=B5?= =?UTF-8?q?=E6=B5=81=E5=BC=8F=E8=BE=93=E5=87=BA=E3=80=81=E5=B7=A6=E5=8F=B3?= =?UTF-8?q?=E4=B8=A4=E6=A0=8F=E5=B8=83=E5=B1=80=E5=8F=8A=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E4=BA=A4=E4=BA=92=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 content 事件处理器,实时显示 LLM 流式原始输出 - 按钮增加 opacity-70 和 cursor-not-allowed 视觉反馈 - 详细说明区域改为左右两栏:左侧渲染效果、右侧 Markdown 源码 - 流式阶段显示带自动滚动的内容区域,完成后切换为结构化展示 - 精简布局:移除独立 Markdown 预览区域,合并到两栏中 --- templates/pages/generate.html | 109 +++++++++++++++++++++------------- 1 file changed, 68 insertions(+), 41 deletions(-) diff --git a/templates/pages/generate.html b/templates/pages/generate.html index 393276c..64af0b5 100644 --- a/templates/pages/generate.html +++ b/templates/pages/generate.html @@ -41,43 +41,56 @@ -
-
- -

+ +