修改转盘

This commit is contained in:
砂糖
2025-08-06 17:30:47 +08:00
parent 2ef29b2cdc
commit 261e7c9b9e
41 changed files with 15 additions and 54 deletions

View File

@@ -667,15 +667,15 @@ export default {
let nowPass = this.nowPass
let temp = nowPass.step % 8
const angleMap = {
0: 315,
0: 45,
1: 0,
2: 90,
3: 45,
4: 135,
2: 270,
3: 315,
4: 225,
5: 180,
6: 270,
7: 225,
8: 315,
6: 90,
7: 135,
8: 45,
};
this.circleStart = angleMap[temp];
})