|
|
@ -519,7 +519,7 @@ async loadHistoryRecord() { |
|
|
|
|
|
|
|
// 计算需要旋转的总角度(确保多转几圈) |
|
|
|
// 从当前位置旋转到目标位置,加上多转的圈数(3-5圈) |
|
|
|
const extraRotations = 3 + Math.floor(Math.random() * 3); // 4-5圈 |
|
|
|
const extraRotations = 5 + Math.floor(Math.random() * 3); // 4-5圈 |
|
|
|
const extraDegrees = extraRotations * 360; |
|
|
|
|
|
|
|
// 计算最终旋转角度 |
|
|
|