Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Jul 19, 2021
2 parents a52cda6 + 5aa78d8 commit 7088054
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 127 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/docs.yml

This file was deleted.

1 change: 0 additions & 1 deletion docs/.vuepress/.gitignore

This file was deleted.

51 changes: 0 additions & 51 deletions docs/.vuepress/config.js

This file was deleted.

2 changes: 1 addition & 1 deletion docs/adapter/Adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| 适配器名称 | 描述 | 文档 |
| ------------ | ------------------------------ | ---------------------------------------- |
| http | 提供基于轮询的 http 接口 | [http](docs/adapter/HttpAdapter.md) |
| http | 提供基于轮询的 http 接口 | [http](HttpAdapter.md) |
| ws | 提供 websocket server 形式的接口 | [ws](WebsocketAdapter.md) |
| reverse-ws | 提供 websocket client 形式的接口 | [reverse-ws](ReverseWebsocketAdapter.md) |
| webhook | 通过 http 反向调用形式的接口 | [webhook](WebhookAdapter.md) |
Expand Down
6 changes: 3 additions & 3 deletions docs/adapter/HttpAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ adapterSettings:

通用接口为所有 `built-in adapter` 公用的数据规范, 该文档定义了不同 `adapter` 的具体调用方式
+ **[获取插件信息](#获取插件信息)**
+ **[缓存操作]()**
+ **[缓存操作](#缓存操作)**
+ [通过messageId获取消息](#通过messageId获取消息)
+ **[获取账号信息](#获取账号信息)**
+ [获取好友列表](#获取好友列表)
Expand Down Expand Up @@ -455,7 +455,7 @@ adapterSettings:
[GET] /file/list
```

**本接口为[GET]请求, 参数格式为参数格式为url参数**
**本接口为[GET]请求, 参数格式为url参数**

通用接口定义: [查看文件列表](../api/API.md#查看文件列表)

Expand All @@ -465,7 +465,7 @@ adapterSettings:
[GET] /file/info
```

**本接口为[GET]请求, 参数格式为参数格式为url参数**
**本接口为[GET]请求, 参数格式为url参数**

通用接口定义: [获取文件信息](../api/API.md#获取文件信息)

Expand Down
2 changes: 1 addition & 1 deletion docs/adapter/WebhookAdapter.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Http Adapter
## Webhook Adapter

提供 http 回调形式的接口, 可单纯做上报使用

Expand Down
6 changes: 3 additions & 3 deletions docs/adapter/WebsocketAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ adapterSettings:
命令字: friendList
```
通用接口定义: [通过messageId获取消息](../api/API.md#获取好友列表)
通用接口定义: [获取好友列表](../api/API.md#获取好友列表)
### 获取群列表
Expand All @@ -190,7 +190,7 @@ adapterSettings:
命令字: groupList
```
通用接口定义: [通过messageId获取消息](../api/API.md#获取群列表)
通用接口定义: [获取群列表](../api/API.md#获取群列表)
### 获取群成员列表
Expand All @@ -200,7 +200,7 @@ adapterSettings:
命令字: memberList
```
通用接口定义: [通过messageId获取消息](../api/API.md#获取群成员列表)
通用接口定义: [获取群成员列表](../api/API.md#获取群成员列表)
### 获取Bot资料
Expand Down
23 changes: 0 additions & 23 deletions package.json

This file was deleted.

0 comments on commit 7088054

Please sign in to comment.