-
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user