From da7d9d8eb9e9d934fe9638f7d04d0ca65cee83a9 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Wed, 15 Oct 2025 10:42:31 +0800 Subject: [PATCH] feat: Add tutorial link for wecom_ai_bot platform --- dashboard/src/utils/platformUtils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/src/utils/platformUtils.js b/dashboard/src/utils/platformUtils.js index 660ed7812..7ddbad7ae 100644 --- a/dashboard/src/utils/platformUtils.js +++ b/dashboard/src/utils/platformUtils.js @@ -46,6 +46,7 @@ export function getTutorialLink(platformType) { "qq_official": "https://docs.astrbot.app/deploy/platform/qqofficial/websockets.html", "aiocqhttp": "https://docs.astrbot.app/deploy/platform/aiocqhttp/napcat.html", "wecom": "https://docs.astrbot.app/deploy/platform/wecom.html", + "wecom_ai_bot": "https://docs.astrbot.app/deploy/platform/wecom_ai_bot.html", "lark": "https://docs.astrbot.app/deploy/platform/lark.html", "telegram": "https://docs.astrbot.app/deploy/platform/telegram.html", "dingtalk": "https://docs.astrbot.app/deploy/platform/dingtalk.html",