周瑞哲
|
f8ad5e1faf
|
perf(mp-weixin): 照片分两层,详情页移入 pages-poi 分包
微信主包上限 2 MB,30 张 800×600 照片单独就 2.6 MB,
整包 3.2 MB,上传被拒(错误码 80051)。
按使用场景把照片拆成两层:
- 主包缩略图 400×300 q75(678 KB),供地图、行程、打卡卡片使用,
这些场景最大只显示 192rpx(≈288 px @DPR3),800×600 是过剩
- 分包大图 800×600 q66(1832 KB),供详情页 hero 使用,
随 pages-poi 分包按需下载
两层都保持 4:3,PoiImage 的 aspectFill 行为不变,视觉表现与之前一致。
详情页从 pages/poi/detail 移到 pages-poi/detail:主包页面无法引用
分包资源,hero 要用大图,页面就必须在分包内。新增
coverPhotoFullUrlFor() 供分包内页面取大图,占位图仍指向主包。
verify-weixin-output.mjs 增加防回归检查:分包注册、两层照片数量
一致、主包与各分包实际体积(留 64 KB 余量)。包体再超限会在
verify 阶段失败,不必等上传才发现。
process-poi-photos.mjs 重写为双层产出,幂等,末尾报告包体占用并
在超限时退出非零。原图改从 src/photo-intake/ 读取(不提交仓库)。
改造后:主包 1522 KB、分包 pages-poi 1847 KB,均在 2048 KB 内。
mp-weixin 与 H5 均编译通过,97 个测试通过,vue-tsc 与 ESLint 无错。
|
2026-08-03 09:21:23 +08:00 |
|
 周瑞哲andClaude Opus 5
|
9e8c7bf908
|
chore: 清理归档文件和打卡相关旧代码
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
2026-08-03 07:41:11 +08:00 |
|
admin
|
b1e0cae07a
|
Merge pull request 'Update planner, check-in records, location service and tests' (#10) from zhouruizhe into main
Reviewed-on: #10
|
2026-08-01 22:01:35 +08:00 |
|
zuozhou
|
352a94b148
|
Merge pull request 'feat: 30个景点替换为真实照片,添加图片批处理脚本' (#12) from zuozhou into main
Reviewed-on: #12
|
2026-07-31 18:17:26 +08:00 |
|
zuozhou
|
d01525fd51
|
feat: 30个景点替换为真实照片,添加图片批处理脚本
AI Code Review / review (pull_request) Successful in 2m58s
|
2026-07-31 18:11:38 +08:00 |
|
zuozhou
|
33b9c53be6
|
Merge pull request 'feat: 统一推荐指数显示格式,移除地图底部免责声明' (#11) from zuozhou into main
Reviewed-on: #11
|
2026-07-31 15:29:11 +08:00 |
|
周瑞哲
|
c0ed0048aa
|
Update planner, check-in records, location service and tests
AI Code Review / review (pull_request) Successful in 6m54s
|
2026-07-31 15:12:21 +08:00 |
|
zuozhou
|
09f8ec7ecf
|
feat: 统一推荐指数显示格式,移除地图底部免责声明
AI Code Review / review (pull_request) Successful in 2m31s
|
2026-07-31 15:01:44 +08:00 |
|
zhouruizhe
|
12380cd8cf
|
Merge pull request 'Done: Merge zhouruizhe into 'main'' (#9) from zhouruizhe into main
Reviewed-on: #9
|
2026-07-31 13:10:17 +08:00 |
|
周瑞哲
|
73664ca974
|
Merge branch 'main' into zhouruizhe
AI Code Review / review (pull_request) Successful in 5m25s
|
2026-07-31 12:57:22 +08:00 |
|
周瑞哲
|
5511c85f58
|
Merge branch 'main' of http://192.168.8.242:3000/zhouruizhe/gmTouringMiniApp
|
2026-07-31 12:53:14 +08:00 |
|
周瑞哲
|
3ef7266591
|
Add check-in feature and update travel planner UI
|
2026-07-31 12:50:14 +08:00 |
|
zhouruizhe
|
14ca296d7d
|
Merge pull request 'zhouruizhe' (#8) from zhouruizhe into main
|
2026-07-31 11:19:53 +08:00 |
|
zhouruizhe
|
941fd13859
|
Merge branch 'main' into zhouruizhe
AI Code Review / review (pull_request) Successful in 2m38s
|
2026-07-31 11:04:46 +08:00 |
|
admin
|
2844ecd5bb
|
Merge pull request 'Admin patch 1' (#1) from team/gmTouringMiniApp:admin-patch-1 into main
Reviewed-on: zhouruizhe/gmTouringMiniApp#1
|
2026-07-31 08:38:19 +08:00 |
|
admin
|
7deba0dd37
|
更新 README.md
|
2026-07-31 08:37:16 +08:00 |
|
admin
|
f93cc9da1b
|
merge upstream
|
2026-07-31 08:35:31 +08:00 |
|
gitea-bot
|
310063ac9d
|
ci: revert to secure same-repo PR review
AI Code Review / review (pull_request) Successful in 1s
|
2026-07-31 08:32:30 +08:00 |
|
gitea-bot
|
e71747fb20
|
ci: revert to secure same-repo PR review
|
2026-07-31 08:32:27 +08:00 |
|
gitea-bot
|
7f2fdc86b9
|
ci: normalize clone URL host to gitea:3000 (container-reachable)
AI Code Review / review (pull_request) Failing after 1s
|
2026-07-31 08:10:59 +08:00 |
|
gitea-bot
|
2ab836cf9e
|
ci: normalize clone URL host to gitea:3000 (container-reachable)
|
2026-07-31 08:10:56 +08:00 |
|
gitea-bot
|
b8be62d6d0
|
ci: runner-envs + fork-aware checkout (review any PR)
AI Code Review / review (pull_request) Failing after 1s
|
2026-07-31 08:08:40 +08:00 |
|
gitea-bot
|
1f2d64fbd2
|
ci: runner-envs + fork-aware checkout (review any PR)
|
2026-07-31 08:08:37 +08:00 |
|
gitea-bot
|
e896e7d172
|
ci: sync hardened workflow (fork-PR graceful skip)
AI Code Review / review (pull_request) Successful in 1s
|
2026-07-31 00:19:58 +08:00 |
|
gitea-bot
|
392b8b3c83
|
chore: add .gitattributes for Git LFS
|
2026-07-30 23:34:45 +08:00 |
|
gitea-bot
|
15af529bc0
|
ci: PAT via extraHeader + --data@file
|
2026-07-30 23:01:38 +08:00 |
|
gitea-bot
|
7bbaa37802
|
ci: detect claude before install + graceful fork-PR skip
|
2026-07-30 22:50:20 +08:00 |
|
admin
|
353b313623
|
更新 README.md
AI Code Review / review (pull_request) Failing after 1m30s
|
2026-07-30 22:42:02 +08:00 |
|
admin
|
c5d8060f29
|
Merge pull request 'Update AI planner integration, docs, and config' (#1) from zhouruizhe/gmTouringMiniApp:main into main
Reviewed-on: #1
Reviewed-by: admin <zhouruihe@gml.ac.cn>
|
2026-07-30 16:40:20 +08:00 |
|
周瑞哲
|
ac4179086c
|
Update AI planner integration, docs, and config
AI Code Review / review (pull_request) Successful in 11m45s
|
2026-07-30 16:33:39 +08:00 |
|
周瑞哲
|
33c14eec86
|
Merge branch 'main' of http://192.168.8.242:3000/zhouruizhe/gmTouringMiniApp
|
2026-07-30 16:08:13 +08:00 |
|
周瑞哲
|
ebcae02d35
|
Initial commit: gmTouringMiniApp project
|
2026-07-30 16:04:34 +08:00 |
|
zhouruizhe
|
d5d732335d
|
Initial commit
|
2026-07-30 15:55:29 +08:00 |
|