File tree Expand file tree Collapse file tree 3 files changed +10
-64
lines changed
Expand file tree Collapse file tree 3 files changed +10
-64
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,15 @@ export default defineConfig({
5252 base : '/deploy/platform' ,
5353 collapsed : true ,
5454 items : [
55- { text : 'QQ 官方接口(qqofficial)' , link : '/qqofficial' } ,
55+ {
56+ text : 'QQ 官方接口(qqofficial)' ,
57+ base : '/qqofficial' ,
58+ collapsed : true ,
59+ items : [
60+ { text : 'Webhook 方式' , link : '/webhook' } ,
61+ { text : 'Websockets 方式' , link : '/websockets' } ,
62+ ]
63+ } ,
5664 {
5765 text : 'QQ 个人号(aiocqhttp)' ,
5866 base : '/deploy/platform/aiocqhttp' ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77> 1 . 截至目前,QQ 官方机器人需要设置 IP 白名单。
88> 2 . 支持群聊、私聊、频道聊天、频道私聊。
99>
10- > 由于腾讯即将终止对 WebSockets 接入的支持,目前不再推荐使用此方式部署机器人,请使用 Webhook 方式。
10+ > 由于腾讯即将终止对 Websockets 接入的支持,目前不再推荐使用此方式部署机器人,请使用 [ Webhook] ( /deploy/platform/qqofficial/webhook ) 方式。
1111
1212
1313首先,打开 [ QQ官方机器人] ( https://q.qq.com ) 并登录。
You can’t perform that action at this time.
0 commit comments