Commit Graph
14 Commits
Author SHA1 Message Date
李进 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()
writeFile 在浏览器中直接下载文件,不返回 buffer。
改用 write({ outputType: 'arraybuffer' }) 返回数据供后处理。
2026-07-27 14:17:43 +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