koishi-plugin-vvquest 0.0.1
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 +23 -0
- package/readme.md +12 -0
package/package.json
ADDED
@@ -0,0 +1,23 @@
|
|
1
|
+
{
|
2
|
+
"name": "koishi-plugin-vvquest",
|
3
|
+
"description": "A vv meme search plugin via zvv.quest",
|
4
|
+
"version": "0.0.1",
|
5
|
+
"main": "lib/index.js",
|
6
|
+
"typings": "lib/index.d.ts",
|
7
|
+
"files": [
|
8
|
+
"lib",
|
9
|
+
"dist"
|
10
|
+
],
|
11
|
+
"license": "MIT",
|
12
|
+
"keywords": [
|
13
|
+
"chatbot",
|
14
|
+
"koishi",
|
15
|
+
"plugin",
|
16
|
+
"zvv",
|
17
|
+
"VV Quest",
|
18
|
+
"meme"
|
19
|
+
],
|
20
|
+
"peerDependencies": {
|
21
|
+
"koishi": "^4.18.3"
|
22
|
+
}
|
23
|
+
}
|
package/readme.md
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
# koishi-plugin-vvquest
|
2
|
+
|
3
|
+
[](https://www.npmjs.com/package/koishi-plugin-vvquest)
|
4
|
+
|
5
|
+
A vv meme search plugin via zvv.quest
|
6
|
+
|
7
|
+
### 使用方法
|
8
|
+
`vv {text}`
|
9
|
+
|
10
|
+
### 致谢
|
11
|
+
(Dislink Sforza)[!#] 插件思路完全是从这里抄来的
|
12
|
+
(ZVV.Quest)[https://zvv.quest/] 接口来自这里
|