All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m2s
- qa/function-audit: playwright 行为审计工具(audit.mjs/verify-modals.mjs/pages.json) + 18 页审计产出(*.audit.md/json、summary、运行日志) - qa/visual-parity: 调试/测量辅助脚本(_dbg*.mjs/_measure.mjs/_off.mjs) - core/还原度核对报告.md: 18 页 pixelmatch 核对结果(含 vite 代理陈旧坑记录) - core/还原与接口待办.md: 逐页还原度/真实数据/交互接入待办总表 - .claude/skills/pixel-perfect-react: 像素级还原 React 的 SKILL 文档 - frontend/public/_devlogin.html: 临时本地登录辅助页(可删) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
21 lines
1.8 KiB
JSON
21 lines
1.8 KiB
JSON
[
|
|
{ "name": "dashboard", "route": "/dashboard", "exact": "index.html" },
|
|
{ "name": "products", "route": "/products", "exact": "products.html" },
|
|
{ "name": "product-detail", "route": "/products/:productId", "exact": "product-detail.html", "dynamic": "product" },
|
|
{ "name": "product-create", "route": "/products/new", "exact": "product-create-upload.html" },
|
|
{ "name": "projects", "route": "/projects", "exact": "projects.html" },
|
|
{ "name": "projects-new", "route": "/projects/new", "exact": "projects-new.html" },
|
|
{ "name": "pipeline", "route": "/pipeline/:projectId", "exact": "pipeline.html", "dynamic": "project" },
|
|
{ "name": "library", "route": "/library", "exact": "library.html" },
|
|
{ "name": "account", "route": "/account", "exact": "account.html" },
|
|
{ "name": "team", "route": "/team", "exact": "team.html" },
|
|
{ "name": "messages", "route": "/messages", "exact": "messages.html" },
|
|
{ "name": "asset-factory", "route": "/asset-factory", "exact": "asset-factory.html" },
|
|
{ "name": "image-optimize", "route": "/image-optimize", "exact": "image-optimize.html" },
|
|
{ "name": "model-photo", "route": "/model-photo", "exact": "model-photo.html" },
|
|
{ "name": "model-photo-demo-a", "route": "/model-photo/demo-a", "exact": "model-photo-demo-a.html" },
|
|
{ "name": "model-photo-demo-b", "route": "/model-photo/demo-b", "exact": "model-photo-demo-b.html" },
|
|
{ "name": "platform-cover", "route": "/platform-cover", "exact": "platform-cover.html" },
|
|
{ "name": "settings", "route": "/settings", "exact": "settings.html" }
|
|
]
|