koishi-plugin-onebot-info-image 0.0.1-alpha.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/package.json +35 -0
  2. package/readme.md +5 -0
package/package.json ADDED
@@ -0,0 +1,35 @@
1
+ {
2
+ "name": "koishi-plugin-onebot-info-image",
3
+ "description": "用onebot api获取用户详细信息/群管理员列表信息,可以发纯文本/合并转发/渲染图片",
4
+ "version": "0.0.1-alpha.2+20250730",
5
+ "main": "lib/index.js",
6
+ "typings": "lib/index.d.ts",
7
+ "files": [
8
+ "lib",
9
+ "dist"
10
+ ],
11
+ "license": "MIT",
12
+ "homepage": "https://gitee.com/vincent-zyu/koishi-plugin-onebot-image",
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "git+https://github.com/VincentZyu233/koishi-plugin-onebot-image"
16
+ },
17
+ "keywords": [
18
+ "chatbot",
19
+ "koishi",
20
+ "plugin",
21
+ "onebot"
22
+ ],
23
+ "peerDependencies": {
24
+ "koishi": "^4.18.7"
25
+ },
26
+ "koishi": {
27
+ "description": {
28
+ "en": "Fetch detailed user info / group admin list using OneBot API, and send plain text / merged forward messages / rendered images.",
29
+ "zh": "用onebot api获取用户详细信息/群管理员列表信息,可以发纯文本/合并转发/渲染图片"
30
+ },
31
+ "service": {
32
+ "required": ["database"]
33
+ }
34
+ }
35
+ }
package/readme.md ADDED
@@ -0,0 +1,5 @@
1
+ # koishi-plugin-admin--image
2
+
3
+ [![npm](https://img.shields.io/npm/v/koishi-plugin-admin--image?style=flat-square)](https://www.npmjs.com/package/koishi-plugin-admin--image)
4
+
5
+ 获取成员信息/管理员列表,发送文字/图片/合并转发消息,仅支持onebot