ForcePilot/web
supreme0597 73041775d4 feat(web): 添加 SVG 代码块预处理工具函数(行级解析,支持围栏变体)
- 新增 svgRenderer.js,实现 renderSvgBlocks() 函数
- 支持反引号/波浪线围栏、大小写不敏感、围栏属性等变体
- 流式安全:不完整 SVG 块保持原样
- SVG 内容压缩为单行,防止 markdown-it HTML 块截断
- 新增 15 个单元测试覆盖所有场景
2026-05-25 21:08:37 +08:00
..
public feat(web): UI小幅调整,多处细节优化 2026-03-24 11:10:39 +08:00
src feat(web): 添加 SVG 代码块预处理工具函数(行级解析,支持围栏变体) 2026-05-25 21:08:37 +08:00
.gitignore refactor(eslint): 升级eslint配置,让其在eslint9.x可用 2026-01-09 12:36:14 +08:00
.prettierrc.json first commit: chat support deepseek, zhipu 2024-07-07 01:58:23 +08:00
eslint.config.js refactor(eslint): 升级eslint配置,让其在eslint9.x可用 2026-01-09 12:36:14 +08:00
index.html rename 2024-09-14 02:45:35 +08:00
package.json chore(release): 准备 0.6.2 发布 2026-05-22 20:22:09 +08:00
pnpm-lock.yaml fix: 修复前端依赖安全告警 2026-05-09 09:48:34 +08:00
vite.config.js style(lint): 优化格式 2026-03-26 13:53:35 +08:00