chore(core/qa): function-audit toolchain + parity/audit reports + pixel-perfect skill

- 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>
This commit is contained in:
zyc
2026-06-10 09:41:30 +08:00
co-authored by Claude Fable 5
parent 3fac38c5ef
commit 890cb9ab67
66 changed files with 11610 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# 功能审计汇总
生成时间:2026-06-09T07:56:41.981Z · 模式:isolated
| 页面 | 合计 | ✅works | ❌dead | 🛑error | ⏭skip | 🔍missing | 状态 |
|---|---|---|---|---|---|---|---|
| asset-factory | 24 | 22 | **0** | 0 | 0 | 4 | |
| image-optimize | 24 | 24 | **0** | 0 | 0 | 12 | |
| model-photo | 32 | 31 | **0** | 0 | 0 | 7 | |
| model-photo-demo-a | 37 | 33 | **0** | 0 | 1 | 5 | |
| model-photo-demo-b | 37 | 36 | **0** | 0 | 0 | 5 | |
| platform-cover | 38 | 35 | **0** | 0 | 1 | 8 | |
- ⛔blocked = 页面始终落登录页/未就绪(后端或远程库不可用),**未审计**,非「0 缺陷」。修好后端再单独 `--only <page>` 复跑。
- ❌dead = 点了五路探针(URL/浮层/自身状态/网络/DOM)全无反应,优先修。
- 🔍missing = 设计稿 `/exact` 有、React 没渲染出来的控件(启发式,需人工过)。
- ⏭skip = 破坏性按钮(删除/充值/生成…)未自动点,需人工验。
- 单页明细见 `output/<page>.audit.md`