 jackyu66gitandCursor
|
b09d82df8d
|
feat: 小程序统一走 Go 后台,咨询与登录切到 /api/v1
去掉协会 WebView 和魔方账密页,微信登录与咨询接口共用同一 token 和拦截器。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-09-15 00:26:28 +08:00 |
|
 jackyu66gitandCursor
|
6e97f01378
|
fix: 代码质量扫描 — 分包降主包体积,登录页背景去 base64
- 主包仅保留 5 个 Tab 页,其余页面迁入 subPackages
- login-pop 177KB base64 背景改为 static/n-login/login-bg.jpg(16KB)
- H5 缓存版本 202608283
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-08-25 04:51:53 +08:00 |
|
 jackyu66gitandCursor
|
dee8370c06
|
chore: 测评头图改 JPG 并同步压缩资源,消除 >200K 静态图
测评页背景 PNG 转 JPG;同步 unpackage 静态目录,修复 dev 包仍用旧 360KB 魔方图。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-08-25 04:28:16 +08:00 |
|
 jackyu66gitandCursor
|
bb13242bb6
|
chore: 压缩主包静态图,yxg-magic-cube.jpg 降至 41KB
首页魔方入口图缩至 800 宽;同步压缩 banner 等大图,满足代码质量 <200K。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-08-25 04:23:16 +08:00 |
|
 jackyu66gitandCursor
|
6a4ba4db0e
|
chore: 移除愈心魔方页调试日志,版本 202608282
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-08-25 04:21:52 +08:00 |
|
 jackyu66gitandCursor
|
a14285d77b
|
fix: 愈心魔方 onShow 清空原生导航标题(202608281)
配合 H5 首屏清 title,减少 web-view 加载时黑色「愈心谷」闪现。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-08-25 04:09:13 +08:00 |
|
 jackyu66gitandCursor
|
d1f3f79ca5
|
refactor: 移除愈心魔方页同级 cover-view,顶栏仅用 image logo(202608280)
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-08-25 04:01:10 +08:00 |
|
 jackyu66gitandCursor
|
ec4c8c9bd9
|
fix: 愈心魔方顶栏 logo 用同级 cover 叠在 web-view 上(202608279)
保留 yxg-nav-bar + web-view 兄弟结构;微信端普通 image 会被 web-view 盖住,
用页面级 cover-image 对齐导航行显示 logo。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-08-25 03:41:41 +08:00 |
|
 jackyu66gitandCursor
|
445e20d562
|
fix: 恢复 202608278 外层 nav-bar 结构(与当时可用版本一致)
对齐 flex:1 webview、nav-row 宽度与 padding-top 计算,非 cover 层方案。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-08-25 03:29:43 +08:00 |
|
 jackyu66gitandCursor
|
5667b9f49b
|
fix: 愈心魔方顶栏 logo 移至页面外层 nav-bar(202608278)
弃用 web-view 内 cover 层,改为 yxg-nav-bar + web-view 兄弟结构;
logo 使用包内静态图,H5 参数 nh=1&sbh=4。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-08-25 03:25:26 +08:00 |
|
jackyu66git
|
b43247c20a
|
test: cover 顶栏 logo 改用 miniapp yxg-mp 静态地址
便于先验证 miniapp 域名下图标加载与展示效果。
|
2026-08-25 01:43:42 +08:00 |
|
 jackyu66gitandCursor
|
cfe13cbecf
|
feat: 愈心魔方原生 cover 顶栏 logo 与本地 H5 联调
WebView 全屏 + cover-image 网络 logo;开发模式自动指向本机 Vite,同步 H5 品牌 logo。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-08-25 01:38:33 +08:00 |
|
 jackyu66gitandCursor
|
605be2e480
|
fix: WebView 顶栏按胶囊按钮计算安全区并统一暖色背景
传入 menuButton.bottom 作为 sbh,page 与 globalStyle 设置 backgroundColorTop 避免刘海黑条。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-08-25 01:22:40 +08:00 |
|
jackyu66git
|
b74fd9caf5
|
fix: WebView 传入 statusBarHeight 并设置刘海区背景色
愈心魔方页全屏 web-view,URL 带 sbh 参数;页面背景与 H5 暖色对齐。
|
2026-08-25 01:18:19 +08:00 |
|
 jackyu66gitandCursor
|
ae08c633ab
|
fix: 愈心魔方 WebView 页去掉原生导航标题
避免与 H5 顶栏 logo 重复,配合 custom 导航全屏嵌入。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-08-25 01:14:14 +08:00 |
|
jackyu66git
|
23baaa01ed
|
fix: H5 WebView URL 增加版本参数以绕过缓存
每次 H5 更新后递增 YXG_H5_VERSION,强制小程序 WebView 加载最新静态资源。
|
2026-08-25 01:07:48 +08:00 |
|
 jackyu66gitandCursor
|
e90fac94cf
|
docs: DEPLOY 补充 MySQL/PostgreSQL 分工说明
指向 monorepo 完整 Ubuntu 部署文档。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-08-25 00:46:59 +08:00 |
|
 jackyu66gitandCursor
|
69d9825b63
|
feat: 愈心魔方 Tab 与首页入口改版
新增愈心魔方 WebView Tab、首页魔方横幅与四宫格入口(心理测评/咨询/情绪压力评估/就医保障);H5 地址配置于 yxgConfig.js。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-08-25 00:41:14 +08:00 |
|
jackyu66git
|
c3c9db3151
|
Initial commit
|
2026-03-23 11:52:05 +08:00 |
|