- 修改 server.js 第48行,使用 req.url.split('?')[0] 剥离查询参数 - 修复 view-doc.html?doc=xxx 无法访问的问题 - 更新文档链接从模态框改为独立页面展示 - 前端 Markdown 渲染,不使用后端 API Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- 在文档中心和首页添加内嵌 Markdown 渲染器 - 使用 markdown-it 库在前端渲染 Markdown 内容 - 添加模态框展示渲染后的文档 - 重命名 {output_folder} 为 planning-artifacts - 修改 server.js 支持父目录文件服务 - 文档链接现在可以正确显示格式化的 HTML Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>