-
26401e8315
fix: 去掉 background.js 的 JSON 调试下载
main
李进
2026-07-27 18:28:08 +08:00
-
ccdd0e5f1a
test: 样式测试页(圆角/旋转/透明度/字间距/行高/文字装饰)
v1.1
v1.1
李进
2026-07-27 18:21:27 +08:00
-
55aa35837c
fix: 背景色优先用 canvas 实际颜色,不靠文字颜色推断
李进
2026-07-27 18:18:27 +08:00
-
64c86bcd63
fix: schemaToPptxBlob 传递 rotate 给 pptxgenjs + 清理 debug
李进
2026-07-27 18:14:25 +08:00
-
dc8b688cb1
debug: convert-browser.js 版本标记
李进
2026-07-27 18:05:49 +08:00
-
b8659c2190
debug: card/rotate 节点处理日志
李进
2026-07-27 18:03:09 +08:00
-
4a18ccb4ab
debug: shape transform 日志
李进
2026-07-27 18:01:01 +08:00
-
32dec8b9e0
debug: 旋转检查日志
李进
2026-07-27 17:59:16 +08:00
-
531bc91821
debug: 检查扩展转化是否输出 rotation + 移除缺失的 lib-jszip
李进
2026-07-27 17:52:15 +08:00
-
f0a19c71d4
fix: 旋转从 CSS matrix 提取角度 + convert-browser.js 同步
李进
2026-07-27 17:37:04 +08:00
-
c9924d0737
fix: boxShadow opacity 从 rgba alpha 提取,不再硬编码 0.5
李进
2026-07-27 17:33:10 +08:00
-
d4e492351b
fix: 无 slide 容器时 fallback 到 body
李进
2026-07-27 17:25:37 +08:00
-
ce89ee1b4d
feat: 四圆角独立处理 + transform rotate
李进
2026-07-27 17:16:21 +08:00
-
d3bb1fe952
fix: SVG currentColor 替换为实际计算颜色
李进
2026-07-27 16:58:21 +08:00
-
f0e82341b8
sync: convert-browser.js 同步 SVG 图标相关改动
李进
2026-07-27 16:50:54 +08:00
-
49944c9d03
fix: SVG 图标覆盖的文字自动移除
李进
2026-07-27 16:47:38 +08:00
-
b5f4217302
fix: SVG 图标正确渲染
李进
2026-07-27 16:44:28 +08:00
-
7bb5b81fbd
feat: SVG 图标序列化为图片(第三版)
李进
2026-07-27 16:36:02 +08:00
-
5a3fa6bf20
fix: convert-browser.js 画布尺寸和 convert-w2p.js 同步
李进
2026-07-27 16:29:43 +08:00
-
3c346e43e5
fix: 恢复 JSON 保存供调试
李进
2026-07-27 16:22:26 +08:00
-
00b3150d1c
fix: 不用 saveAs,直接下载到默认文件夹
李进
2026-07-27 15:25:26 +08:00
-
0ce890f45e
fix: background 用 saveAs 下载,兼容下载前询问设置
李进
2026-07-27 15:23:32 +08:00
-
06e63fbe3e
fix: 去掉 saveAs,显示下载位置
李进
2026-07-27 15:20:12 +08:00
-
df699f1134
fix: saveAs 优先,失败 fallback 直接下载
李进
2026-07-27 15:16:33 +08:00
-
20458d16ab
fix: 清理调试日志,确认下载机制
李进
2026-07-27 15:13:56 +08:00
-
e19b80de47
debug: background 下载日志
李进
2026-07-27 15:12:32 +08:00
-
984b03c3d6
fix: 用 chrome.storage.session 传 base64,background 下载
李进
2026-07-27 15:07:51 +08:00
-
7b8b560dc0
debug: 下载日志
李进
2026-07-27 14:57:08 +08:00
-
42a869aaaf
fix: popup 直接下载,不通过 background
李进
2026-07-27 14:49:58 +08:00
-
224983c790
fix: background 完整重写,添加下载日志
李进
2026-07-27 14:47:53 +08:00
-
aeb75c746c
refactor: popup 流程简化 — 采集→获取→转化→background下载
李进
2026-07-27 14:45:09 +08:00
-
3f7c9648d2
fix: 下载移到 background.js 执行,和原插件一致
李进
2026-07-27 14:43:29 +08:00
-
1df8a826c4
fix: 用 data URL 下载,和原插件方式一致
李进
2026-07-27 14:41:31 +08:00
-
87f191e27f
debug: 添加下载过程日志
李进
2026-07-27 14:36:08 +08:00
-
6e9bec5856
fix: 去掉 saveAs,保证下载可用
李进
2026-07-27 14:34:29 +08:00
-
558f4aba4c
fix: 加回 saveAs,依赖 Chrome 设置
李进
2026-07-27 14:31:05 +08:00
-
18b5f63fc7
fix: 去掉 saveAs 测试下载是否正常
李进
2026-07-27 14:27:42 +08:00
-
75e0268a35
fix: 加回 saveAs,不自动关闭 popup
李进
2026-07-27 14:25:37 +08:00
-
119f406a75
fix: 去掉 saveAs,直接下载;延迟 revoke URL
李进
2026-07-27 14:23:08 +08:00
-
dca8a40508
fix: 去掉自动下载 JSON,只下载 PPTX
李进
2026-07-27 14:21:13 +08:00
-
f20f256197
fix: 浏览器端用 pres.write() 替代 pres.writeFile()
李进
2026-07-27 14:17:43 +08:00
-
f7307a0891
refactor: web-to-pixso → web-to-ppt 全面改名
李进
2026-07-27 14:12:44 +08:00
-
e1c8b3d94e
feat: v2.0 — 插件改造,集成 PPTX 导出
李进
2026-07-27 13:54:11 +08:00
-
330f4e96ce
feat: 加入 web-to-pixso 插件源码
v1.0
李进
2026-07-27 12:22:27 +08:00
-
a10969b562
feat: jszip 后处理注入 type=custom + 画布高度限制140cm
李进
2026-07-27 12:20:22 +08:00
-
f3d60360ac
fix: 画布尺寸 — 多slide用容器rect,单slide用canvas
李进
2026-07-27 12:00:07 +08:00
-
5035647c91
fix: TEXT 被 IMAGE 包含时也移除(aria-label 等隐藏文字)
李进
2026-07-24 18:29:06 +08:00
-
d4d86eb1da
fix: IMAGE 覆盖的 TEXT 节点自动移除
李进
2026-07-24 18:27:12 +08:00
-
8ab3f479a7
feat: 图片自动下载 + 重叠去重 bug 修复
李进
2026-07-24 18:25:01 +08:00
-
f3853e31d4
feat: z-index排序 + 重叠去重 + overflow裁剪 + 图片支持
李进
2026-07-24 18:05:41 +08:00
-
0ed04eb3ea
refactor: 背景色兜底用 canvas 背景色替代硬编码
李进
2026-07-24 17:36:07 +08:00
-
8f507256ef
fix: 合并文本框宽度用 rect.w 而非 parentW
李进
2026-07-24 17:25:12 +08:00
-
f4adac77c5
feat: TEXT 节点合并 — 同 y 坐标的内联文本合并为富文本
李进
2026-07-24 17:16:07 +08:00
-
58ee40f71a
fix: slide name 正则精确匹配 — 排除 page-info/page-num
李进
2026-07-24 16:47:52 +08:00
-
aaa28f1bd8
refactor: TEXT 宽度通用化 — 去掉 depth===1 硬编码
李进
2026-07-24 16:44:54 +08:00
-
dd916dcf9e
feat: 补全 styles 映射 — opacity/lineHeight/letterSpacing/textDecoration/display/visibility
李进
2026-07-24 16:44:19 +08:00
-
0e60f7525b
refactor: 通用化背景色逻辑
李进
2026-07-24 16:40:50 +08:00
-
a2c7f23107
refactor: 通用化 slide 识别和游离节点收集
李进
2026-07-24 16:36:51 +08:00
-
d079a4b4cc
fix: 文本框宽度/阴影/边框/背景/去重 — 通用化前稳定版
李进
2026-07-24 16:30:24 +08:00
-
56daab6b67
fix: frame before text for proper z-order, remove 1.2x width multiplier
李进
2026-07-24 14:05:14 +08:00
-
8802b00bdc
feat: complete web-to-pixso JSON mapping - border sides, image assets, orphan nodes, slide container borders
李进
2026-07-24 13:22:28 +08:00
-
7735bb75de
feat: extract all 4 border sides, border-radius, box-shadow from web-to-pixso nodes
李进
2026-07-24 12:33:33 +08:00
-
46ecb17956
fix: traverse all nodes, use slide container size for canvas, extract slide bg color
李进
2026-07-24 10:07:00 +08:00
-
eec8c8c215
feat: add web-to-pixpo JSON to Schema JSON converter

oldliandClaude Sonnet 5
2026-07-23 20:03:21 +08:00
-
cff5b12975
docs: update README and REQUIREMENTS to reflect current architecture (knowledge base + schema + renderer)
李进
2026-07-23 19:07:47 +08:00
-
37839c1e86
clean: remove experimental scripts, keep only knowledge base + schema + renderer
李进
2026-07-23 19:04:31 +08:00
-
0d05e9f0a8
feat: add advanced UI dashboard schema example with fine-grained style params

oldliandClaude Sonnet 5
2026-07-23 14:56:39 +08:00
-
15575b37d6
feat: add data dashboard ui schema example

oldliandClaude Sonnet 5
2026-07-23 14:49:15 +08:00
-
ec7a44d6fb
refactor: complete three-layer serial refactoring (knowledge→schema→renderer)

oldliandClaude Sonnet 5
2026-07-23 13:10:01 +08:00
-
c1a9c2fcda
feat: add presentation JSON Schema with basic and full examples

oldliandClaude Sonnet 5
2026-07-23 12:37:09 +08:00
-
17d232dcef
feat: add reference docs for shape, table, image, chart, slide, master, output, coordinate

oldliandClaude Sonnet 5
2026-07-23 12:36:09 +08:00
-
768ac12740
feat: add pptxgenjs translation engine (mechanical mapping)

oldliandClaude Sonnet 5
2026-07-23 12:34:41 +08:00
-
ba8d17ba62
add: pptxgenjs v4.0.1 full API reference
李进
2026-07-23 12:00:19 +08:00
-
355b01b9dc
PM: html2pptx v4 - add .imported-theme-root slide detection

oldliandClaude Sonnet 5
2026-07-23 11:27:38 +08:00
-
0f8a797b7a
PM: html2pptx v3 - add rich text preservation + PPTX adapt

oldliandClaude Sonnet 5
2026-07-22 20:20:22 +08:00
-
ca1e4dfa72
PM: html2pptx v3 - fix slide detection to direct children only

oldliandClaude Sonnet 5
2026-07-22 20:17:39 +08:00
-
34d0460130
fix: 修复slide分割/文字聚合/字号计算三个缺陷
oldli
2026-07-22 19:29:02 +08:00
-
dc1320aada
feat: core html2pptx implementation

oldliandClaude Sonnet 5
2026-07-22 18:46:35 +08:00
-
d2bc6b3623
chore: init deps and test fixture
oldli
2026-07-22 18:03:49 +08:00
-
39ef403842
add: requirements doc for HTML-to-PPTX export engine
李进
2026-07-22 17:54:46 +08:00
-
9744adbd52
init: html2pptx project scaffold + requirements doc
李进
2026-07-22 17:54:42 +08:00