This commit is contained in:
fengrong 2024-11-27 11:24:56 +08:00
parent e2c7475b14
commit daa77d4cf2

View File

@ -90,7 +90,7 @@ const props = defineProps({
const getAnimationStyle = (item) => {
const irotorspeed = item.attributeMap?.irotorspeed ?? 0
let animationDuration;
if(irotorspeed>15){
if(irotorspeed>10){
animationDuration= 60 / irotorspeed
}else{
animationDuration = 60 / irotorspeed / 5