From bfd25398c18c490926017280c9161b2391e386e3 Mon Sep 17 00:00:00 2001 From: dungdq Date: Tue, 15 Jul 2025 14:03:02 +0700 Subject: [PATCH] update name script --- .../slot-machine/take-and-gamble/take-and-gamble-model.md | 6 +++--- .../slot-machine/take-and-gamble/take-and-gamble-view.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api-doc/slot-machine/take-and-gamble/take-and-gamble-model.md b/api-doc/slot-machine/take-and-gamble/take-and-gamble-model.md index 703b665..965f147 100644 --- a/api-doc/slot-machine/take-and-gamble/take-and-gamble-model.md +++ b/api-doc/slot-machine/take-and-gamble/take-and-gamble-model.md @@ -2,15 +2,15 @@ sidebar_position: 2 --- -# TakeOrGambleModel +# Take Or Gamble Model ## Overview -`TakeOrGambleModel` is a model class for the "Take or Gamble" feature in the slot game. It extends the base model class and manages the logic and state for handling win events, including the decision to take winnings or gamble for more. +`Take Or Gamble Model` is a model class for the "Take or Gamble" feature in the slot game. It extends the base model class and manages the logic and state for handling win events, including the decision to take winnings or gamble for more. ## Description -- Initializes a new instance of `TakeOrGambleModel`. +- Initializes a new instance of `Take Or Gamble Model`. - Calls the base model constructor. - Handles UI logic and state for the "Take or Gamble" feature. - [Source code reference](https://gitea.plp19.com/cocos-core/p4f-slotty-core/src/commit/7fbf58bf2ad8edec4258757b353151b638c96652/src/model/take-or-gamble-model.js#L5) \ No newline at end of file diff --git a/api-doc/slot-machine/take-and-gamble/take-and-gamble-view.md b/api-doc/slot-machine/take-and-gamble/take-and-gamble-view.md index 0db2826..5c16eba 100644 --- a/api-doc/slot-machine/take-and-gamble/take-and-gamble-view.md +++ b/api-doc/slot-machine/take-and-gamble/take-and-gamble-view.md @@ -2,15 +2,15 @@ sidebar_position: 3 --- -# TakeOrGambleView +# Take Or Gamble View ## Overview -`TakeOrGambleView` is a UI component for the slot machine's spin feature. It extends the base `View` class and manages the display and user interactions related to taking winnings or gambling them. +`Take Or Gamble View` is a UI component for the slot machine's spin feature. It extends the base `View` class and manages the display and user interactions related to taking winnings or gambling them. ## Description -- Constructs a new `TakeOrGambleView` instance. +- Constructs a new `Take Or Gamble View` instance. - Invokes the base `View` constructor. - Source: [`take-or-gamble-view.js:5`](https://gitea.plp19.com/cocos-core/p4f-slotty-core/src/commit/7fbf58bf2ad8edec4258757b353151b638c96652/src/view/take-or-gamble-view.js#L5)