fix: rebuild A01 as responsive page

This commit is contained in:
rain
2026-07-13 14:57:57 +08:00
parent 225c5272b6
commit 5a3adbc5d0
7 changed files with 290 additions and 93 deletions
+8 -8
View File
@@ -7,24 +7,24 @@
## Evidence
- The selected source image was opened and measured at `852 × 1846px`; it corresponds exactly to the supplied target screen proportions.
- `pages/auth/entry.vue` now imports that source image directly, scales it by width, and overlays only local interaction regions.
- The supplied current-page screenshot predates this change, so it cannot serve as implementation evidence for the corrected page.
- `pages/auth/entry.vue` 已恢复为真实 DOM、分层背景与独立按钮;整图视觉层方案已撤销。
- 现有截图分别对应整图方案之前和整图方案本身,均不能作为当前真实 DOM 版本的实现证据。
## Findings
- [P1] Runtime comparison blocked.
- Location: `pages/auth/entry.vue` at `430 × 932`.
- Evidence: no post-change HBuilderX or Android screenshot is available.
- Impact: the image import, viewport scaling, hit-region placement, and checked-agreement state cannot be visually confirmed in the target runtime.
- Impact: the真实 DOM 的宽度、间距、按钮比例和已勾选协议状态无法在目标运行时确认。
- Fix: refresh the A-01 page in HBuilderX at `430 × 932`, capture the unchecked state, then compare it with the source visual above.
## Required fidelity surfaces
- Fonts and typography: supplied by the v3 source image; runtime rendering not yet captured.
- Spacing and layout rhythm: supplied by the v3 source image; runtime scaling not yet captured.
- Colors and visual tokens: supplied by the v3 source image; runtime rendering not yet captured.
- Image quality and asset fidelity: source is imported directly; runtime sharpness and crop not yet captured.
- Copy and content: source includes the approved `登录` primary label; runtime rendering not yet captured.
- Fonts and typography: 真实 DOM 已实现;运行时渲染尚未截图。
- Spacing and layout rhythm: 真实 DOM 已实现;运行时尺寸尚未截图。
- Colors and visual tokens: 分层背景和红金按钮已实现;运行时尚未截图。
- Image quality and asset fidelity: 分层本地资产已使用;运行时清晰度和裁切尚未截图。
- Copy and content: 主入口为 `登录`;运行时渲染尚未截图。
## Implementation Checklist