feat(timer): 训练中轮换姿势要领 + hint 字号调大

- 训练中 hint 每 12 秒轮换一条平板支撑姿势要领(收紧核心/肩膀放松/
  别塌腰/别憋气等 10 条),替代固定文案,帮助持续纠正姿势
- 姿势文案与间隔移入 config.js(postureTips/tipInterval),统一管理
- hint 字号 28rpx -> 34rpx,图标 32rpx -> 36rpx,更易看清

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-09 11:04:37 +08:00
parent ed16ac5efd
commit 885db8c18b
4 changed files with 48 additions and 6 deletions
+3 -3
View File
@@ -102,8 +102,8 @@
}
.hint-icon {
width: 32rpx;
height: 32rpx;
width: 36rpx;
height: 36rpx;
}
.running-pulse {
@@ -115,7 +115,7 @@
}
.hint-text {
font-size: 28rpx;
font-size: 34rpx;
color: var(--text-secondary);
line-height: 1.3;
}