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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user