Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit 0cb4fc0

Browse files
committed
docs: reorganize and restore messaging platform links in config
1 parent 0f03cea commit 0cb4fc0

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

.vitepress/config.mjs

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,6 @@ export default defineConfig({
8585
{ text: "Websockets 方式", link: "/qqofficial/websockets" },
8686
],
8787
},
88-
{ text: "企微应用", link: "/wecom" },
89-
{ text: "企微智能机器人", link: "/wecom_ai_bot" },
90-
{ text: "微信公众号", link: "/weixin-official-account" },
91-
{ text: "飞书", link: "/lark" },
92-
{ text: "钉钉", link: "/dingtalk" },
93-
{ text: "Telegram", link: "/telegram" },
94-
{ text: "LINE", link: "/line" },
95-
{ text: "Slack", link: "/slack" },
96-
{ text: "Misskey", link: "/misskey" },
97-
{ text: "Discord", link: "/discord" },
9888
{
9989
text: "OneBot v11",
10090
base: "/platform/aiocqhttp",
@@ -105,6 +95,16 @@ export default defineConfig({
10595
{ text: "其他端", link: "/others" },
10696
],
10797
},
98+
{ text: "企微应用", link: "/wecom" },
99+
{ text: "企微智能机器人", link: "/wecom_ai_bot" },
100+
{ text: "微信公众号", link: "/weixin-official-account" },
101+
{ text: "飞书", link: "/lark" },
102+
{ text: "钉钉", link: "/dingtalk" },
103+
{ text: "Telegram", link: "/telegram" },
104+
{ text: "LINE", link: "/line" },
105+
{ text: "Slack", link: "/slack" },
106+
{ text: "Misskey", link: "/misskey" },
107+
{ text: "Discord", link: "/discord" },
108108
{
109109
text: "Satori",
110110
base: "/platform/satori",
@@ -324,16 +324,6 @@ export default defineConfig({
324324
{ text: "Websockets Method", link: "/qqofficial/websockets" },
325325
],
326326
},
327-
{ text: "WeCom Application", link: "/wecom" },
328-
{ text: "WeCom AI Bot", link: "/wecom_ai_bot" },
329-
{ text: "WeChat Official Account", link: "/weixin-official-account" },
330-
{ text: "Lark", link: "/lark" },
331-
{ text: "DingTalk", link: "/dingtalk" },
332-
{ text: "Telegram", link: "/telegram" },
333-
{ text: "LINE", link: "/line" },
334-
{ text: "Slack", link: "/slack" },
335-
{ text: "Misskey", link: "/misskey" },
336-
{ text: "Discord", link: "/discord" },
337327
{
338328
text: "OneBot v11",
339329
base: "/en/platform/aiocqhttp",
@@ -344,6 +334,16 @@ export default defineConfig({
344334
{ text: "Other Clients", link: "/others" },
345335
],
346336
},
337+
{ text: "WeCom Application", link: "/wecom" },
338+
{ text: "WeCom AI Bot", link: "/wecom_ai_bot" },
339+
{ text: "WeChat Official Account", link: "/weixin-official-account" },
340+
{ text: "Lark", link: "/lark" },
341+
{ text: "DingTalk", link: "/dingtalk" },
342+
{ text: "Telegram", link: "/telegram" },
343+
{ text: "LINE", link: "/line" },
344+
{ text: "Slack", link: "/slack" },
345+
{ text: "Misskey", link: "/misskey" },
346+
{ text: "Discord", link: "/discord" },
347347
{
348348
text: "Satori",
349349
base: "/en/platform/satori",

0 commit comments

Comments
 (0)