Skip to content

Commit

Permalink
wechat official and wecom
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Aug 29, 2023
1 parent 1929aeb commit 47efeee
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 6 deletions.
16 changes: 12 additions & 4 deletions .vitepress/config/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@
"text": "适配器支持",
"items": [
{
"text": "Dingtalk",
"text": "钉钉",
"link": "/plugins/adapter/dingtalk.md"
},
{
Expand All @@ -589,15 +589,15 @@
"link": "/plugins/adapter/kook.md"
},
{
"text": "Lark",
"text": "飞书",
"link": "/plugins/adapter/lark.md"
},
{
"text": "LINE",
"link": "/plugins/adapter/line.md"
},
{
"text": "Mail",
"text": "邮件",
"link": "/plugins/adapter/mail.md"
},
{
Expand All @@ -609,7 +609,7 @@
"link": "/plugins/adapter/onebot.md"
},
{
"text": "QQGuild",
"text": "QQ 频道",
"link": "/plugins/adapter/qqguild.md"
},
{
Expand All @@ -620,6 +620,14 @@
"text": "Telegram",
"link": "/plugins/adapter/telegram.md"
},
{
"text": "微信公众号",
"link": "/plugins/adapter/wechat-official.md"
},
{
"text": "企业微信",
"link": "/plugins/adapter/wecom.md"
},
{
"text": "WhatsApp",
"link": "/plugins/adapter/whatsapp.md"
Expand Down
6 changes: 4 additions & 2 deletions zh-CN/manual/usage/adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,19 @@

仅仅是在沙盒中对话是远远不够的。我们需要将机器人接入到真实的聊天平台中,才能让它真正地为我们服务。Koishi 使用适配器插件来支持各种聊天平台。下面是官方维护的适配器列表:

- [Dingtalk (钉钉)](../../plugins/adapter/dingtalk.md)
- [钉钉](../../plugins/adapter/dingtalk.md)
- [Discord](../../plugins/adapter/discord.md)
- [KOOK](../../plugins/adapter/kook.md)
- [Lark (飞书)](../../plugins/adapter/lark.md)
- [飞书](../../plugins/adapter/lark.md)
- [LINE](../../plugins/adapter/line.md)
- [邮件](../../plugins/adapter/mail.md)
- [Matrix](../../plugins/adapter/matrix.md)
- [OneBot](../../plugins/adapter/onebot.md)
- [QQ 频道](../../plugins/adapter/qqguild.md)
- [Slack](../../plugins/adapter/slack.md)
- [Telegram](../../plugins/adapter/telegram.md)
- [微信公众号](../../plugins/adapter/wechat-official.md)
- [企业微信](../../plugins/adapter/wecom.md)
- [WhatsApp](../../plugins/adapter/whatsapp.md)

其中,常用的适配器插件已经预装在了 Koishi 中,你可以在插件配置中的 adapter 分组中找到它们。如果没有看到你想要的平台,你也可以在插件市场中搜索并安装更多适配器插件。
Expand Down
5 changes: 5 additions & 0 deletions zh-CN/plugins/adapter/wechat-official.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# @koishijs/plugin-adapter-wechat-official

## 接入方法

## 机器人选项
5 changes: 5 additions & 0 deletions zh-CN/plugins/adapter/wecom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# @koishijs/plugin-adapter-wecom

## 接入方法

## 机器人选项
2 changes: 2 additions & 0 deletions zh-CN/plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Koishi 官方提供了许多插件。为了更好地模块化开发,它们被
- [@koishijs/plugin-adapter-qqguild](./adapter/qqguild.md)
- [@koishijs/plugin-adapter-slack](./adapter/slack.md)
- [@koishijs/plugin-adapter-telegram](./adapter/telegram.md)
- [@koishijs/plugin-adapter-wechat-official](./adapter/wechat-official.md)
- [@koishijs/plugin-adapter-wecom](./adapter/wecom.md)
- [@koishijs/plugin-adapter-whatsapp](./adapter/whatsapp.md)

## 数据库支持
Expand Down

0 comments on commit 47efeee

Please sign in to comment.