koishi-plugin-wordle-game 2.4.8 → 2.4.9

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +6 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-wordle-game",
3
3
  "description": "欢迎来到 [Wordle](https://www.nytimes.com/games/wordle/index.html) | [汉兜](https://handle.antfu.me/) | [词影](https://cy.surprising.studio/) |... 猜单词|猜成语|猜数字|猜数学方程式|... 的小游戏,支持QQ官方MD模板,且包含多种词库、主题、游戏设置和排行榜系统等。",
4
- "version": "2.4.8",
4
+ "version": "2.4.9",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [
package/readme.md CHANGED
@@ -74,7 +74,8 @@ npm install koishi-plugin-wordle-game
74
74
  - 建议自行添加指令别名,以方便您和您的用户使用。
75
75
  - 享受猜单词|四字词语|成语|数字|...游戏吧!😊
76
76
  - 如果使用过程中出现成语的未知错误,可以前往 `data/wordleGame/idioms.json` 文件中搜索该成语,查看是否存在拼音的错误。
77
- - 当然你也可以直接删除这个 `idioms.json` 文件,然后重新启动机器人,这样会重新生成一个可能已经修复问题的新的 `idioms.json` 文件。
77
+ - 当然你也可以直接删除这个 `idioms.json`
78
+ 文件,然后重新启动机器人,这样会重新生成一个可能已经修复问题的新的 `idioms.json` 文件。
78
79
  - 这个文件里可以添加自定义的成语 0.0,例如:如果你想加 “原神启动” 也是可以的,注意格式即可(提醒:最后一个元素后面不要加逗号,因为不符合
79
80
  JSON 格式)。
80
81
  - 遇到解决不了的问题,也可以想办法联系我,我很乐意帮助你!希望你玩的开心~😊
@@ -132,6 +133,8 @@ npm install koishi-plugin-wordle-game
132
133
  - 文本内容中特定插值的 key,用于存放文本。如果你的插值为 {{.info}},那么请在这里填 info。
133
134
  - `numberOfMessageButtonsPerRow: number`
134
135
  - 每行消息按钮的数量。
136
+ - `isUsingUnifiedKoishiBuiltInUsername: boolean`
137
+ - 是否使用统一的 Koishi 内置用户名。
135
138
 
136
139
  ## 🎳 游戏指令
137
140
 
@@ -279,7 +282,8 @@ npm install koishi-plugin-wordle-game
279
282
  - [skywind3000/ECDICT](https://github.com/skywind3000/ECDICT) - 英汉语词典数据库
280
283
  - [koishi-plugin-wordle](https://www.npmjs.com/package/koishi-plugin-wordle) - Wordle 经典模式词典
281
284
  - [nonebot-plugin-wordle](https://github.com/noneplugin/nonebot-plugin-wordle) - Nonebot Wordle 的词典
282
- - [Wordle 2315 words list](https://gist.github.com/DevilXD/6ad6cc1fe37872d069a795edd51233b2#file-wordle_words-txt) - 经典 Wordle 的单词列表
285
+ - [Wordle 2315 words list](https://gist.github.com/DevilXD/6ad6cc1fe37872d069a795edd51233b2#file-wordle_words-txt) - 经典
286
+ Wordle 的单词列表
283
287
 
284
288
  ## 🐱 QQ 群
285
289