koishi-plugin-ciyi 0.0.4 → 0.0.6
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 +3 -2
- package/readme.md +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koishi-plugin-ciyi",
|
|
3
3
|
"description": "Koishi 的词意(猜词游戏)插件。根据词语的含义相似程度,猜测正确的词语。",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.6",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -33,7 +33,8 @@
|
|
|
33
33
|
"wordle",
|
|
34
34
|
"猜词",
|
|
35
35
|
"游戏",
|
|
36
|
-
"词影"
|
|
36
|
+
"词影",
|
|
37
|
+
"词意"
|
|
37
38
|
],
|
|
38
39
|
"peerDependencies": {
|
|
39
40
|
"koishi": "^4.18.3"
|
package/readme.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# koishi-plugin-ciyi
|
|
2
2
|
|
|
3
3
|
[<img alt="github" src="https://img.shields.io/badge/github-araea/ci_yi-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/araea/koishi-plugin-ciyi)
|
|
4
|
-
[<img alt="npm" src="https://img.shields.io/npm/v/koishi-plugin-
|
|
4
|
+
[<img alt="npm" src="https://img.shields.io/npm/v/koishi-plugin-ciyi.svg?style=for-the-badge&color=fc8d62&logo=npm" height="20">](https://www.npmjs.com/package/koishi-plugin-ciyi)
|
|
5
5
|
|
|
6
6
|
Koishi 的词意(猜词游戏)插件。根据词语的含义相似程度,猜测正确的词语。
|
|
7
7
|
|