Skip to content

Commit

Permalink
add zulip
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Dec 4, 2023
1 parent c7fe97a commit dff9d0e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vitepress/config/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,9 @@
}, {
"text": "WhatsApp",
"link": "/plugins/adapter/whatsapp.md"
}, {
"text": "Zulip",
"link": "/plugins/adapter/zulip.md"
}]
}, {
"text": "数据库支持",
Expand Down
22 changes: 22 additions & 0 deletions zh-CN/plugins/adapter/zulip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# @koishijs/plugin-adapter-zulip

## 接入指南

1. 登录自己的 Zulip 社群,右上角设置按钮选择「个人设置」,在弹窗左侧进入「机器人」,点击「新增机器人」输入相关信息后点击新增。
2. 在界面中找到新创建的机器人,复制机器人邮箱填入插件的 `email` 字段,复制 API KEY 填入插件的 `key` 字段。

## 配置项

### config.email

- 类型: `string`
- 必需字段

机器人邮箱。

### config.key

- 类型: `string`
- 必需字段

机器人 API 密钥。

0 comments on commit dff9d0e

Please sign in to comment.