Files
john 1aaef71f52 Initial commit: Happy Up monorepo through Sprint 5.
Document-driven MVP with FastAPI backend, Vue H5, WeChat mini shell, product demo, and Docker dev stack.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-23 11:42:40 +08:00

21 lines
625 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Happy Up 微信小程序壳
Sprint 5 最小可用壳,复用 FastAPI 后端,与 H5 共用同一套 API。
## 开发
1. 启动 API`make api-dev`
2. 微信开发者工具导入本目录 `apps/mini`
3. 详情 → 本地设置 → 勾选「不校验合法域名」
4. 默认 API`http://127.0.0.1:8000`(可在 `app.js` 修改 `apiBase`
## 页面
| 页面 | 说明 |
|------|------|
| login | 手机验证码登录(682139 |
| home | 儿童档案列表 |
| screening | 直传 + 分析 + 报告摘要 |
完整 UI 与 Tab 导航在 `apps/web` H5;小程序后续可嵌入 web-view 或继续原生迭代。