-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 密钥。 |