diff --git a/TUICallKit-Vue3/training/pages/metronome.vue b/TUICallKit-Vue3/training/pages/metronome.vue index 5e633c69..023797ee 100644 --- a/TUICallKit-Vue3/training/pages/metronome.vue +++ b/TUICallKit-Vue3/training/pages/metronome.vue @@ -115,7 +115,7 @@ const PRESETS = [ icon: '🚶', name: '慢走', bpm: 80, - accent: 4, + accent: 2, desc: '热身 · 恢复', }, { @@ -123,7 +123,7 @@ const PRESETS = [ icon: '🏃‍♀️', name: '健走', bpm: 110, - accent: 4, + accent: 2, desc: '日常 · 通勤', }, { @@ -131,7 +131,7 @@ const PRESETS = [ icon: '🏃', name: '快走', bpm: 130, - accent: 4, + accent: 2, desc: '提速 · 燃脂', }, ] as const