快速模式滚动先上后下
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m10s

This commit is contained in:
TJH 2025-12-26 15:15:23 +08:00
parent 63eb22ac04
commit 3064eea720

View File

@ -340,7 +340,7 @@ export abstract class BaseRoller extends Component {
getInitialSpeedData(): number[][] { getInitialSpeedData(): number[][] {
return this._info.isFastSpin ? return this._info.isFastSpin ?
[ [
// [0.1, -1000], [0.1, -1000],
[0.1, 0], [0.1, 0],
[0.1, 4000] [0.1, 4000]
] : ] :