2026-05-15 10:23:06 +08:00

26 lines
1.4 KiB
Markdown
Raw 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.

# Yumi / Yumi 抽奖 H5 下载结果
包名:`com.yumi.android`
已验证 H5 入口:`https://api.yumi.local/agencypanel/#/lucky-box-new`
关键路由:
- `/lucky-box-new`Classic / luxury / Advanced 抽奖页chunk `7.c807b8c97b060a018578.js`
- `/lucky-box-middle-evel`中级抽奖页chunk `24.d662e27a93ee7b5e596d.js`
- `/lucky-gift`幸运礼物页chunk `70.c0dc729cb3bd2c4606b6.js`
目录:
- `h5/agencypanel/`:线上 H5 HTML、JS、CSS、sourcemap`index_local.html` 已接入本地 mock 数据和本地静态资源
- `source_map_sources/`:从 sourcemap 拆出的原始 Vue/JS 源码
- `assets/external/`:抽奖相关静态素材
- `metadata/api_endpoints_lottery.txt`:抽奖相关接口
- `index.html`:扁平素材索引
- `local_preview/index.html`:独立还原版预览页
本地查看:
- 原始 H5 包本地数据版:`http://127.0.0.1:8787/h5/agencypanel/index_local.html#/lucky-box-new?roomId=23&appLanguage=en`
- 也可以直接打开:`file:///Users/hy/Documents/dev/yumi_yumi_lottery_h5_20260514/h5/agencypanel/index_local.html#/lucky-box-new?roomId=23&appLanguage=en`
- 独立还原预览:`http://127.0.0.1:8787/local_preview/`
接口说明:奖品列表、抽奖、历史记录等接口在源码中已列出;未带登录态直连会返回 `not logged in``index_local.html` 通过 `static/js/local-mock-api.js` 拦截这些接口并返回本地 mock 数据,方便直接看页面效果。