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
This commit is contained in:
李进
2026-07-27 14:12:44 +08:00
parent e1c8b3d94e
commit f7307a0891
20 changed files with 87 additions and 88 deletions
+1 -1
View File
@@ -92,7 +92,7 @@
### 2.1 自动识别 Slide 容器
```
输入:web-to-pixso JSON 的 nodes 树
输入:web-to-ppt JSON 的 nodes 树
输出:slide 容器列表
策略:
@@ -1,4 +1,4 @@
# web-to-pixso → PPT 映射分析
# web-to-ppt → PPT 映射分析
## 1. JSON 结构总览
@@ -113,7 +113,7 @@ visualRole - layout-wrapper/text-node/raster-fallback
## 4. 当前代码架构
```
HTML → web-to-pixso 插件 → JSON
HTML → web-to-ppt 插件 → JSON
convert-w2p.js(提取+映射)
@@ -143,7 +143,7 @@ HTML → web-to-pixso 插件 → JSON
- [ ] 实现 P1letterSpacing、textDecoration、display/visibility 过滤
### 中期
- [ ] 建立 web-to-pixso JSON 的完整字段文档
- [ ] 建立 web-to-ppt JSON 的完整字段文档
- [ ] 验证不同 HTML 结构的 JSON 输出一致性
- [ ] 处理 transform(旋转)