• Joined on 2026-07-20
oldli pushed to main at oldli/html2pptx 2026-07-27 18:28:09 +08:00
26401e8315 fix: 去掉 background.js 的 JSON 调试下载
oldli pushed tag v1.1 to oldli/html2pptx 2026-07-27 18:22:18 +08:00
oldli pushed to main at oldli/html2pptx 2026-07-27 18:22:18 +08:00
ccdd0e5f1a test: 样式测试页(圆角/旋转/透明度/字间距/行高/文字装饰)
55aa35837c fix: 背景色优先用 canvas 实际颜色,不靠文字颜色推断
64c86bcd63 fix: schemaToPptxBlob 传递 rotate 给 pptxgenjs + 清理 debug
dc8b688cb1 debug: convert-browser.js 版本标记
b8659c2190 debug: card/rotate 节点处理日志
Compare 42 commits »
oldli pushed to v1.1 at oldli/html2pptx 2026-07-27 18:21:29 +08:00
ccdd0e5f1a test: 样式测试页(圆角/旋转/透明度/字间距/行高/文字装饰)
oldli pushed to v1.1 at oldli/html2pptx 2026-07-27 18:18:28 +08:00
55aa35837c fix: 背景色优先用 canvas 实际颜色,不靠文字颜色推断
oldli pushed to v1.1 at oldli/html2pptx 2026-07-27 18:14:27 +08:00
64c86bcd63 fix: schemaToPptxBlob 传递 rotate 给 pptxgenjs + 清理 debug
oldli pushed to v1.1 at oldli/html2pptx 2026-07-27 18:05:51 +08:00
dc8b688cb1 debug: convert-browser.js 版本标记
oldli pushed to v1.1 at oldli/html2pptx 2026-07-27 18:03:10 +08:00
b8659c2190 debug: card/rotate 节点处理日志
oldli pushed to v1.1 at oldli/html2pptx 2026-07-27 18:01:03 +08:00
4a18ccb4ab debug: shape transform 日志
oldli pushed to v1.1 at oldli/html2pptx 2026-07-27 17:59:18 +08:00
32dec8b9e0 debug: 旋转检查日志
oldli pushed to v1.1 at oldli/html2pptx 2026-07-27 17:52:16 +08:00
531bc91821 debug: 检查扩展转化是否输出 rotation + 移除缺失的 lib-jszip
oldli pushed to v1.1 at oldli/html2pptx 2026-07-27 17:37:05 +08:00
f0a19c71d4 fix: 旋转从 CSS matrix 提取角度 + convert-browser.js 同步
oldli pushed to v1.1 at oldli/html2pptx 2026-07-27 17:33:12 +08:00
c9924d0737 fix: boxShadow opacity 从 rgba alpha 提取,不再硬编码 0.5
oldli pushed to v1.1 at oldli/html2pptx 2026-07-27 17:25:38 +08:00
d4e492351b fix: 无 slide 容器时 fallback 到 body
oldli pushed to v1.1 at oldli/html2pptx 2026-07-27 17:16:23 +08:00
ce89ee1b4d feat: 四圆角独立处理 + transform rotate
oldli pushed to v1.1 at oldli/html2pptx 2026-07-27 16:58:23 +08:00
d3bb1fe952 fix: SVG currentColor 替换为实际计算颜色
oldli pushed to v1.1 at oldli/html2pptx 2026-07-27 16:50:56 +08:00
f0e82341b8 sync: convert-browser.js 同步 SVG 图标相关改动
oldli pushed to v1.1 at oldli/html2pptx 2026-07-27 16:47:39 +08:00
49944c9d03 fix: SVG 图标覆盖的文字自动移除
oldli pushed to v1.1 at oldli/html2pptx 2026-07-27 16:44:30 +08:00
b5f4217302 fix: SVG 图标正确渲染
oldli pushed to v1.1 at oldli/html2pptx 2026-07-27 16:36:04 +08:00
7bb5b81fbd feat: SVG 图标序列化为图片(第三版)