优化握力环训练页:内联视频舞台并修复小程序兼容与完成浮层布局。

将示范视频从自定义组件移至页面主体,避免 mp 端 vOn/ref 崩溃;奖励特效改为 prop 信号驱动,完成弹层移出 page 容器修复右侧裁切,并修正后台音频配置与 CLI 热重载监听。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-29 10:59:17 +08:00
co-authored by Cursor
parent 9f3db8f281
commit 9b5cd5b2b9
6 changed files with 661 additions and 685 deletions
+2 -4
View File
@@ -121,8 +121,7 @@
"navigationBarTitleText": "握力环训练",
"navigationBarBackgroundColor": "#f8fafc",
"navigationBarTextStyle": "black",
"backgroundColor": "#f8fafc",
"requiredBackgroundModes": ["audio"]
"backgroundColor": "#f8fafc"
}
},
{
@@ -131,8 +130,7 @@
"navigationBarTitleText": "耗糖节拍器",
"navigationBarBackgroundColor": "#f8fafc",
"navigationBarTextStyle": "black",
"backgroundColor": "#f8fafc",
"requiredBackgroundModes": ["audio"]
"backgroundColor": "#f8fafc"
}
}
]