feat: 更新健康数据权限描述,添加HRV数据获取测试功能,优化后台任务配置,调整压力计显示单位

This commit is contained in:
2025-09-06 16:34:56 +08:00
parent 2df747109c
commit 2e7daae519
7 changed files with 107 additions and 20 deletions

View File

@@ -82,7 +82,7 @@ export function StressMeter({ value, updateTime, style, hrvValue }: StressMeterP
{/* 数值显示区域 */}
<View style={styles.valueSection}>
<Text style={styles.value}>{stressIndex === null ? '--' : stressIndex}</Text>
<Text style={styles.unit}>ms</Text>
<Text style={styles.unit}>%</Text>
</View>
{/* 进度条区域 */}