修改转盘

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

BIN
Industry-ui.rar Normal file

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

@@ -670,15 +670,15 @@ export default {
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];
})

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];
})