@zhin.js/adapter-onebot12 0.0.13 → 0.0.14

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhin.js/adapter-onebot12",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "Zhin.js adapter for OneBot 12 protocol",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -41,11 +41,11 @@
41
41
  "@types/node": "^24.3.0",
42
42
  "@types/ws": "^8.18.1",
43
43
  "typescript": "^5.9.3",
44
- "zhin.js": "1.0.62"
44
+ "zhin.js": "1.0.63"
45
45
  },
46
46
  "peerDependencies": {
47
- "zhin.js": "1.0.62",
48
- "@zhin.js/http": "1.0.57"
47
+ "zhin.js": "1.0.63",
48
+ "@zhin.js/http": "1.0.58"
49
49
  },
50
50
  "peerDependenciesMeta": {
51
51
  "@zhin.js/http": {
@@ -0,0 +1,26 @@
1
+ ---
2
+ name: onebot12
3
+ platforms:
4
+ - onebot12
5
+ description: OneBot 12 协议适配器:支持 WebSocket 正向连接、Webhook 回调和反向 WebSocket 三种模式,兼容 OneBot 12 标准。
6
+ keywords:
7
+ - onebot12
8
+ - onebot
9
+ - adapter:onebot12
10
+ - protocol
11
+ - websocket
12
+ - webhook
13
+ - QQ
14
+ - 协议
15
+ tags:
16
+ - onebot12
17
+ - protocol
18
+ - adapter
19
+ tools: []
20
+ ---
21
+
22
+ ## 执行规则
23
+
24
+ - 纯协议适配器,通过 OneBot 12 标准协议收发消息,无额外 AI 工具。
25
+ - 支持 WS 正向、Webhook 回调和反向 WS 三种连接模式。
26
+ - 支持私聊、群聊、频道消息。