李进
|
0ce890f45e
|
fix: background 用 saveAs 下载,兼容下载前询问设置
原版插件模式:采集和下载在 background 同一 async 函数中执行,
background 上下文一直活着,saveAs 弹框不会被 popup 关闭打断。
|
2026-07-27 15:23:32 +08:00 |
|
李进
|
06e63fbe3e
|
fix: 去掉 saveAs,显示下载位置
|
2026-07-27 15:20:12 +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 |
|
李进
|
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 |
|
李进
|
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 |
|