Compare commits
No commits in common. "becaae5cd2381a9cf0afd0775960a39964facd37" and "09a18ee7cc214359a1018eeeab7364ea87de697b" have entirely different histories.
becaae5cd2
...
09a18ee7cc
@ -116,8 +116,8 @@ async function UpdateStatus() {
|
|||||||
|
|
||||||
const cycleMapping = {
|
const cycleMapping = {
|
||||||
0: [0, -1], 1: [0, -1], 2: [1, 2], 5: [2, 2], 6: [3, 2],
|
0: [0, -1], 1: [0, -1], 2: [1, 2], 5: [2, 2], 6: [3, 2],
|
||||||
7: [4, 2], 8: [5, 0], 9: [6, 0], 10: [7, 0], 11: [8, 0],
|
7: [4, 2], 8: [5, 1], 9: [6, 1], 10: [7, 1], 11: [8, 1],
|
||||||
12: [9, 0], 14: [1, 1], 15: [2, 1], 16: [3, 1]
|
12: [9, 1], 14: [1, 0], 15: [2, 0], 16: [3, 0]
|
||||||
};
|
};
|
||||||
|
|
||||||
data.data.forEach(item => {
|
data.data.forEach(item => {
|
||||||
|
Loading…
Reference in New Issue
Block a user