From 6be612fe2984716d5a3785bb6d9952e13afef272 Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Sun, 13 Jul 2025 10:15:12 +0800 Subject: [PATCH] 'commit' --- dsLightRag/static/ShiJi.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dsLightRag/static/ShiJi.html b/dsLightRag/static/ShiJi.html index 60e8cdb1..7275dec4 100644 --- a/dsLightRag/static/ShiJi.html +++ b/dsLightRag/static/ShiJi.html @@ -399,6 +399,9 @@ return processChunk().then(() => { // 在流处理完成后保存完整的markdown内容 localStorage.setItem('lastMarkdownContent', accumulatedContent); + // TODO 调用接口 @app.post("/api/render_html") + // async def render_html(request: fastapi.Request): + // 参数:html_content=accumulatedContent }); }); }