feat(index): 首页随机姿势提示 + 移除冗余文案

- homeTip 从 config.postureTips 随机取一条,每次进首页换一条
- 移除圆环下方"平板支撑"单位文字,调整 ring 间距
This commit is contained in:
2026-07-28 16:25:55 +08:00
parent c5ae332cbe
commit daed0cd719
3 changed files with 8 additions and 12 deletions
-9
View File
@@ -249,7 +249,6 @@
background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.10), rgba(var(--primary-rgb), 0.03));
border: 6rpx solid rgba(var(--primary-rgb), 0.18);
box-shadow: 0 0 0 14rpx rgba(var(--primary-rgb), 0.05);
margin-bottom: 20rpx;
overflow: hidden;
}
@@ -266,14 +265,6 @@
overflow: hidden;
}
.target-unit {
display: block;
font-size: 26rpx;
color: var(--text-secondary);
margin-top: 4rpx;
line-height: 1;
}
.today-status {
margin-top: 16rpx;
display: flex;