• Joined on 2026-07-20
oldli pushed to main at oldli/html2pptx 2026-07-27 12:22:31 +08:00
330f4e96ce feat: 加入 web-to-pixso 插件源码
oldli pushed tag v1.0 to oldli/html2pptx 2026-07-27 12:20:23 +08:00
oldli pushed to main at oldli/html2pptx 2026-07-27 12:20:23 +08:00
a10969b562 feat: jszip 后处理注入 type=custom + 画布高度限制140cm
oldli pushed to main at oldli/html2pptx 2026-07-27 12:00:10 +08:00
f3d60360ac fix: 画布尺寸 — 多slide用容器rect,单slide用canvas
oldli pushed to main at oldli/html2pptx 2026-07-24 18:29:09 +08:00
5035647c91 fix: TEXT 被 IMAGE 包含时也移除(aria-label 等隐藏文字)
oldli pushed to main at oldli/html2pptx 2026-07-24 18:27:13 +08:00
d4d86eb1da fix: IMAGE 覆盖的 TEXT 节点自动移除
oldli pushed to main at oldli/html2pptx 2026-07-24 18:25:04 +08:00
8ab3f479a7 feat: 图片自动下载 + 重叠去重 bug 修复
oldli pushed to main at oldli/html2pptx 2026-07-24 18:05:43 +08:00
f3853e31d4 feat: z-index排序 + 重叠去重 + overflow裁剪 + 图片支持
oldli pushed to main at oldli/html2pptx 2026-07-24 17:36:09 +08:00
0ed04eb3ea refactor: 背景色兜底用 canvas 背景色替代硬编码
oldli pushed to main at oldli/html2pptx 2026-07-24 17:25:13 +08:00
8f507256ef fix: 合并文本框宽度用 rect.w 而非 parentW
oldli pushed to main at oldli/html2pptx 2026-07-24 17:16:10 +08:00
f4adac77c5 feat: TEXT 节点合并 — 同 y 坐标的内联文本合并为富文本
oldli pushed to main at oldli/html2pptx 2026-07-24 16:47:54 +08:00
58ee40f71a fix: slide name 正则精确匹配 — 排除 page-info/page-num
oldli pushed to main at oldli/html2pptx 2026-07-24 16:45:33 +08:00
aaa28f1bd8 refactor: TEXT 宽度通用化 — 去掉 depth===1 硬编码
dd916dcf9e feat: 补全 styles 映射 — opacity/lineHeight/letterSpacing/textDecoration/display/visibility
0e60f7525b refactor: 通用化背景色逻辑
a2c7f23107 refactor: 通用化 slide 识别和游离节点收集
Compare 4 commits »
oldli pushed to main at oldli/html2pptx 2026-07-24 16:30:33 +08:00
d079a4b4cc fix: 文本框宽度/阴影/边框/背景/去重 — 通用化前稳定版
oldli pushed to main at oldli/html2pptx 2026-07-24 14:05:17 +08:00
56daab6b67 fix: frame before text for proper z-order, remove 1.2x width multiplier
oldli pushed to main at oldli/html2pptx 2026-07-24 13:22:29 +08:00
8802b00bdc feat: complete web-to-pixso JSON mapping - border sides, image assets, orphan nodes, slide container borders
oldli pushed to main at oldli/html2pptx 2026-07-24 12:33:34 +08:00
7735bb75de feat: extract all 4 border sides, border-radius, box-shadow from web-to-pixso nodes
oldli pushed to main at oldli/html2pptx 2026-07-24 10:07:02 +08:00
46ecb17956 fix: traverse all nodes, use slide container size for canvas, extract slide bg color
oldli pushed to main at oldli/html2pptx 2026-07-23 20:03:28 +08:00
eec8c8c215 feat: add web-to-pixpo JSON to Schema JSON converter
oldli pushed to main at oldli/html2pptx 2026-07-23 19:07:48 +08:00
cff5b12975 docs: update README and REQUIREMENTS to reflect current architecture (knowledge base + schema + renderer)