Vendorize Lovart dashboard shell

这个提交包含在:
hao
2026-03-17 01:22:36 -07:00
父节点 39a6eb6e19
当前提交 300c840509
修改 90 个文件,包含 4046 行新增2412 行删除

查看文件

@@ -85,7 +85,7 @@
<a class="chip" href="../index.html">Back to dashboard</a>
</div>
<h1>本地前端工作台设计文档</h1>
<div class="meta">Dashboard-local mirror of the UI and interaction specification. | source: docs/frontend-dashboard-design.md</div>
<div class="meta">Dashboard-local mirror of the UI and interaction specification.</div>
<pre># 本地前端工作台设计文档
&gt; `LAB ONLY` | `AUTHORIZED TARGETS ONLY`
@@ -119,6 +119,8 @@
- 信息密度高,但必须可折叠、可筛选、可逐层展开
- 日志与原始 JSON 必须能直接预览
- 页面视觉应更生动,但不能牺牲扫描效率
- 默认路由采用正式新 UI,同时保留 `legacy` 回退入口
- 运行期不得依赖外部 HTML、字体 CDN 或图标 CDN
## 3. 信息架构
@@ -376,7 +378,22 @@ flowchart LR
前端不直接写这些数据,只读取并展示。
## 10. 落地约束
## 10. 路由与文档地址
- `/index.html`
- 默认正式入口,使用本地化 Lovart UI 外壳
- `/legacy/index.html`
- 旧版 dashboard 回退入口
- `/docs/project-features.html`
- 功能说明镜像页
- `/docs/frontend-dashboard-design.html`
- 设计说明镜像页
- `/docs/secure-code-index.html`
- secure-code 索引镜像页
- `/docs/design-source.html`
- Lovart vendor 来源和本地化说明
## 11. 落地约束
- 保持静态前端,不引入长期运行后端
- 本地 `serve-dashboard` 即可查看
@@ -384,7 +401,7 @@ flowchart LR
- 不依赖第三方 CDN UI 库
- 优先使用原生 HTML/CSS/JS,可长期维护
## 11. 验收标准
## 12. 验收标准
页面完成后,应满足: