koishi-plugin-onebot-info-image 0.2.0-alpha.7 → 0.2.0-alpha.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.
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koishi-plugin-onebot-info-image",
|
|
3
3
|
"description": "用onebot api获取用户详细信息/群管理员列表信息,可以发纯文本/合并转发/渲染图片。 现在只做了lagrange和napcat的适配",
|
|
4
|
-
"version": "0.2.0-alpha.
|
|
4
|
+
"version": "0.2.0-alpha.9+20250929",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"homepage": "https://github.com/VincentZyu233/koishi-plugin-onebot-image",
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
16
|
-
"url": "
|
|
16
|
+
"url": "https://gitee.com/vincent-zyu/koishi-plugin-onebot-image"
|
|
17
17
|
},
|
|
18
18
|
"keywords": [
|
|
19
19
|
"chatbot",
|
package/readme.md
CHANGED
|
@@ -8,9 +8,11 @@
|
|
|
8
8
|
|
|
9
9
|
#### Napcat平台渲染效果:
|
|
10
10
|
##### 用户信息:
|
|
11
|
-

|
|
12
|
+

|
|
12
13
|
##### 群管理列表:
|
|
13
|
-

|
|
15
|
+

|
|
14
16
|
|
|
15
17
|
## dev
|
|
16
18
|
### 查看git大文件
|
|
@@ -51,7 +53,7 @@ Invoke-WebRequest -Uri "https://www.google.com" -Method Head -UseBasicParsing
|
|
|
51
53
|
npm login --registry https://registry.npmjs.org
|
|
52
54
|
# login npm in browser
|
|
53
55
|
npm run pub onebot-info-image -- --registry https://registry.npmjs.org
|
|
54
|
-
npm dist-tag add koishi-plugin-onebot-info-image@0.2.0-alpha.
|
|
56
|
+
npm dist-tag add koishi-plugin-onebot-info-image@0.2.0-alpha.8+20250929 latest --registry https://registry.npmjs.org
|
|
55
57
|
|
|
56
58
|
npm view koishi-plugin-onebot-info-image
|
|
57
59
|
npm-stat.com
|
|
File without changes
|
|
File without changes
|