main
HuangHai 2 weeks ago
parent 63ddd73247
commit 6be612fe29

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

Loading…
Cancel
Save