koishi-plugin-game-mini 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/readme.md +2 -2
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -114,7 +114,7 @@ This is a lightweight, multi-functional mini-game plugin developed for the Koish
|
|
|
114
114
|
| `chengyuImage.rewardScore` | 答对奖励分数 | 1 |
|
|
115
115
|
| **🐉 成语接龙配置** | | |
|
|
116
116
|
| `chengyuJielong.totalRounds` | 总回合数 | 10 |
|
|
117
|
-
| `chengyuJielong.showRank` | 游戏结束后显示本局排行榜 |
|
|
117
|
+
| `chengyuJielong.showRank` | 游戏结束后显示本局排行榜 | false |
|
|
118
118
|
| `chengyuJielong.autoPlayDelay` | 机器人自动操作延迟(秒) | 10 |
|
|
119
119
|
| `chengyuJielong.autoPlayMaxCount` | 机器人最大自动操作次数 | 5 |
|
|
120
120
|
| `chengyuJielong.autoStopInactiveTime` | 游戏无操作自动停止时间(秒) | 60 |
|
|
@@ -184,7 +184,7 @@ This is a lightweight, multi-functional mini-game plugin developed for the Koish
|
|
|
184
184
|
| `chengyuImage.rewardScore` | Reward score for correct answer | 1 |
|
|
185
185
|
| **🐉 Idiom Solitaire Configuration** | | |
|
|
186
186
|
| `chengyuJielong.totalRounds` | Total rounds | 10 |
|
|
187
|
-
| `chengyuJielong.showRank` | Show rank after game ends |
|
|
187
|
+
| `chengyuJielong.showRank` | Show rank after game ends | false |
|
|
188
188
|
| `chengyuJielong.autoPlayDelay` | Bot auto operation delay (seconds) | 10 |
|
|
189
189
|
| `chengyuJielong.autoPlayMaxCount` | Bot maximum auto operation count | 5 |
|
|
190
190
|
| `chengyuJielong.autoStopInactiveTime` | Auto stop time due to inactivity (seconds) | 60 |
|