1
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 40s

This commit is contained in:
TJH 2025-10-13 11:15:43 +08:00
parent d483cbcd14
commit 470c75b999

View File

@ -51,7 +51,7 @@ export class BigWinUI extends Component {
isSkipByTouch: boolean = false;
protected onLoad(): void {
this.show(600000, WIN_TYPE.SUPER_MEGA_WIN, 10000)
// this.show(600000, WIN_TYPE.SUPER_MEGA_WIN, 10000)
}
show(winScore: number, winType: WIN_TYPE, betAmount: number) {