koishi-plugin-custom-image 0.2.7 → 0.2.8
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 +10 -2
- package/readme.md +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koishi-plugin-custom-image",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.8",
|
|
4
4
|
"description": "Koishi自定义图片API插件(內置支持黑丝/动漫举牌)",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -36,5 +36,13 @@
|
|
|
36
36
|
"dmjp"
|
|
37
37
|
],
|
|
38
38
|
"author": "",
|
|
39
|
-
"license": "MIT"
|
|
39
|
+
"license": "MIT",
|
|
40
|
+
"repository": {
|
|
41
|
+
"type": "git",
|
|
42
|
+
"url": "git+https://github.com/Minecraft-1314/koishi-plugin-custom-image.git"
|
|
43
|
+
},
|
|
44
|
+
"bugs": {
|
|
45
|
+
"url": "https://github.com/Minecraft-1314/koishi-plugin-custom-image/issues"
|
|
46
|
+
},
|
|
47
|
+
"homepage": "https://github.com/Minecraft-1314/koishi-plugin-custom-image#readme"
|
|
40
48
|
}
|
package/readme.md
CHANGED
|
@@ -21,8 +21,8 @@ A random image plugin for the Koishi bot framework. It randomly selects one API
|
|
|
21
21
|
- 🎭 Built-in fun image APIs: `hsjp`, `dmjp`
|
|
22
22
|
|
|
23
23
|
## 项目仓库 (Repository)
|
|
24
|
-
- GitHub: https://github.com/
|
|
25
|
-
- Issues: https://github.com/
|
|
24
|
+
- GitHub: https://github.com/Minecraft-1314/koishi-plugin-custom-image
|
|
25
|
+
- Issues: https://github.com/Minecraft-1314/koishi-plugin-custom-image/issues
|
|
26
26
|
|
|
27
27
|
## 核心指令 (Core Commands)
|
|
28
28
|
|