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
});
});
}