update format

This commit is contained in:
dungdq 2025-07-17 17:50:55 +07:00
parent 67ea5010bd
commit 884e49a409
2 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{ {
"position": 16, "position": 26,
"label": "Bonus Game", "label": "Bonus Game",
"collapsible": true, "collapsible": true,
"collapsed": true, "collapsed": true,

View File

@ -21,8 +21,6 @@ sidebar_position: 1
* [onNextScrollDataReceived](#onnextscrolldatareceived) Updates the model with new scroll data received from the network. * [onNextScrollDataReceived](#onnextscrolldatareceived) Updates the model with new scroll data received from the network.
* [onStopSpinClicked](#onstopspinclicked) Notifies listeners when the stop spin button is clicked. * [onStopSpinClicked](#onstopspinclicked) Notifies listeners when the stop spin button is clicked.
>
## Details ## Details
### Properties ### Properties
@ -92,7 +90,6 @@ Completes the spin round and stops any waiting processes.
| :--- | :---------- | | :--- | :---------- |
| Defined in | [p4f-slotty-core/src/controller/spin-controller.js#L68](https://gitea.plp19.com/cocos-core/p4f-slotty-core/src/commit/7fbf58bf2ad8edec4258757b353151b638c96652/src/controller/spin-controller.js#L68)| | Defined in | [p4f-slotty-core/src/controller/spin-controller.js#L68](https://gitea.plp19.com/cocos-core/p4f-slotty-core/src/commit/7fbf58bf2ad8edec4258757b353151b638c96652/src/controller/spin-controller.js#L68)|
#### onBetDataChanged #### onBetDataChanged
> Updates internal bet tracking based on input data. > Updates internal bet tracking based on input data.