This commit is contained in:
ywb
2026-05-29 20:38:57 +08:00
parent 8035cf29e2
commit 498613ba75
-1
View File
@@ -865,7 +865,6 @@ createApp({
body: JSON.stringify({ angles: targetAngles, speed: 500 }) body: JSON.stringify({ angles: targetAngles, speed: 500 })
}) })
}, },
},
async invertAngles() { async invertAngles() {
// 每个角度取反:10 → -10, -10 → 10 // 每个角度取反:10 → -10, -10 → 10
const inverted = this.angleInputs.map(a => -a) const inverted = this.angleInputs.map(a => -a)