Skip to content

Commit ab49ff6

Browse files
committed
fix
1 parent 1fe59b5 commit ab49ff6

File tree

3 files changed

+10
-64
lines changed

3 files changed

+10
-64
lines changed

.vitepress/config.mjs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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',

deploy/platform/qqofficial.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

deploy/platform/qqofficial/websockets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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) 并登录。

0 commit comments

Comments
 (0)