@@ -1746,7 +1746,7 @@ extension PQStuckPointEditerController {
*/
// 1.2)生成快慢速的默认值
- if selectedTotalDuration >= 120 && selectedTotalDuration <= 144 {
+ if selectedTotalDuration >= 120 && selectedTotalDuration <= 144 || selectedTotalDuration > 144 {
lastSpeedSelectIndex = 5
} else if selectedTotalDuration >= 70 && selectedTotalDuration < 120 {
lastSpeedSelectIndex = 4