koishi-plugin-booth-get 0.0.1 → 0.0.2

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/README.md +11 -0
  2. package/package.json +5 -5
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ 我在此插件中创建了两个指令
2
+ 分别是:
3
+ /摊位
4
+ /摊位名称
5
+
6
+ 前者以id来准确查询BOOT商品
7
+ 后者以名称查询BOOTH商品(因为搜索排列问题为人气高者为首选反馈)
8
+
9
+ 内容展示:
10
+
11
+ https://www.freeimg.cn/i/2024/09/01/66d47ad049577.png
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-booth-get",
3
3
  "description": "通过url检查摊位并反馈用户搜索的图片",
4
- "version": "0.0.1",
4
+ "version": "0.0.2",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [
@@ -9,10 +9,10 @@
9
9
  "dist"
10
10
  ],
11
11
  "license": "MIT",
12
- "scripts": {
13
- "test": "echo \"Error: no test specified\" && exit 1",
14
- "build": "echo \"No build script specified\""
15
- },
12
+ "scripts": {
13
+ "test": "echo \"Error: no test specified\" && exit 1",
14
+ "build": "echo \"No build script specified\""
15
+ },
16
16
  "keywords": [
17
17
  "chatbot",
18
18
  "koishi",