Commit Graph
5 Commits
Author SHA1 Message Date
李进 33fc8b06d6 fix: backgroundUrls 从 const 改为 let,允许 SVG 赋值 2026-07-27 15:48:20 +08:00
李进 5127df5e96 debug: SVG 处理日志 2026-07-27 15:45:51 +08:00
李进 ecc1a0d77e fix: SVG tag 大小写判断修复 2026-07-27 15:40:47 +08:00
李进 5ef970337d feat: SVG 图标序列化为图片
SVG 元素(如 Octicons)在 capture 阶段序列化为 SVG data URL,
存储到 backgroundImages,转化时作为图片渲染到 PPT。
2026-07-27 15:34:35 +08:00
李进 f7307a0891 refactor: web-to-pixso → web-to-ppt 全面改名
- 目录 web-to-pixso/ → web-to-ppt/
- 所有代码引用:PIXSO → WEB_TO_PPT, webToPixso → webToPPT
- 数据格式:pixso-design-capture → web-to-ppt-capture
- CSS 选择器:__web_to_pixso_ → __web_to_ppt_
- README 重写,移除 Pixso 相关描述
- docs/web-to-pixso-mapping.md → docs/web-to-ppt-mapping.md
2026-07-27 14:12:44 +08:00