Polish static UI flows
This commit is contained in:
+17
-22
@@ -1,21 +1,27 @@
|
||||
# 待归档/清理的 HTML 文件
|
||||
# 已归档/保留的 HTML 文件说明
|
||||
|
||||
> 2026-05-21 · 设计稿对接前清理清单
|
||||
> 2026-05-28 · 主流程收口记录
|
||||
|
||||
下列文件是早期版本或独立实验页,**不在主流程上**,对接给团队前建议归档/删除。
|
||||
保留它们不会影响主流程渲染(没有 sidebar / 内部 link 指向),但会让 repo 文件目录显得混乱。
|
||||
下列早期版本或独立实验页**不在主流程上**,已归档到
|
||||
[`_archive/deprecated-pages-20260528/`](_archive/deprecated-pages-20260528/)。
|
||||
|
||||
## ✅ 可以直接删除(无任何入口)
|
||||
根目录半成品 Next.js scaffold 已归档到
|
||||
[`../_archive/root-next-20260528/`](../_archive/root-next-20260528/)。
|
||||
|
||||
保留本文件用于说明历史路径,避免后续误改旧页面。
|
||||
|
||||
## ✅ 已归档(无主流程入口)
|
||||
|
||||
| 文件 | 原用途 | 现状 |
|
||||
|------|--------|------|
|
||||
| `product-create.legacy.html` | 旧版「新建商品」全屏页(3883 行 drawer) | 已被 `product-create.html`(stub 重定向)+ drawer 模式替代,无任何链接 |
|
||||
| `product-create-v2.html` | 备选「新建商品」实验版 | 仅 `product-studio.html` 单向关联,product-studio 本身已无入口 |
|
||||
| `studio.html` | 早期工作室页占位 | 已被 `pipeline.html` 替代,sidebar 已切换,无 link |
|
||||
| `studio-v2.html` | 早期工作室 V2 实验 | 同上 |
|
||||
| `product-studio.html` | 商品 + 工作室合并实验 | 主流程已拆为 `product-detail.html` + `pipeline.html` |
|
||||
| `_archive/deprecated-pages-20260528/product-create.legacy.html` | 旧版「新建商品」全屏页(3883 行 drawer) | 已被 `product-create.html` stub + drawer 模式替代 |
|
||||
| `_archive/deprecated-pages-20260528/product-create-v2.html` | 备选「新建商品」实验版 | 仅供参考 |
|
||||
| `_archive/deprecated-pages-20260528/studio.html` | 早期工作室页占位 | 已被 `pipeline.html` 替代 |
|
||||
| `_archive/deprecated-pages-20260528/studio-v2.html` | 早期工作室 V2 实验 | 已被 `pipeline.html` 替代 |
|
||||
| `_archive/deprecated-pages-20260528/product-studio.html` | 商品 + 工作室合并实验 | 主流程已拆为 `product-detail.html` + `pipeline.html` |
|
||||
| `../_archive/root-next-20260528/` | 根目录 Next.js 半成品 | 静态 HTML 才是当前 source of truth |
|
||||
|
||||
## ⚠️ 保留但要清理 sidebar 入口判断
|
||||
## ⚠️ 仍保留在主流程/辅助流程
|
||||
|
||||
| 文件 | 决定 |
|
||||
|------|------|
|
||||
@@ -25,17 +31,6 @@
|
||||
| `asset-factory.html` | **保留** · sidebar 入口「图片生成」 |
|
||||
| `design-system.html` | **保留** · 设计系统参考,非用户路径 |
|
||||
|
||||
## 🚀 清理命令(对接前)
|
||||
|
||||
如果决定执行,可在 `电商AI平台/` 目录下:
|
||||
|
||||
```powershell
|
||||
# Windows PowerShell
|
||||
Remove-Item product-create.legacy.html, product-create-v2.html, studio.html, studio-v2.html, product-studio.html
|
||||
```
|
||||
|
||||
清理后总文件数:**21 → 16**(含 design-system),核心 15 个。
|
||||
|
||||
## 📌 sidebar NAV 当前入口对照(assets/shell.js:10-43)
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user