From f2df771771823d8d376c6283f2d3191a1c25882e Mon Sep 17 00:00:00 2001 From: shangxue <1919892171@qq.com> Date: Tue, 9 Sep 2025 21:59:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20Satori=20=E9=80=82?= =?UTF-8?q?=E9=85=8D=E5=99=A8=E6=95=99=E7=A8=8B=E9=93=BE=E6=8E=A5=20(#2668?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update PlatformPage.vue * Update PlatformPage.vue --- dashboard/src/views/PlatformPage.vue | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/dashboard/src/views/PlatformPage.vue b/dashboard/src/views/PlatformPage.vue index 0dd71be20..a1cf69068 100644 --- a/dashboard/src/views/PlatformPage.vue +++ b/dashboard/src/views/PlatformPage.vue @@ -318,20 +318,20 @@ export default { getTutorialLink(platform_type) { let tutorial_map = { - "qq_official_webhook": "https://astrbot.app/deploy/platform/qqofficial/webhook.html", - "qq_official": "https://astrbot.app/deploy/platform/qqofficial/websockets.html", - "aiocqhttp": "https://astrbot.app/deploy/platform/aiocqhttp/napcat.html", - "wecom": "https://astrbot.app/deploy/platform/wecom.html", - "lark": "https://astrbot.app/deploy/platform/lark.html", - "telegram": "https://astrbot.app/deploy/platform/telegram.html", - "dingtalk": "https://astrbot.app/deploy/platform/dingtalk.html", - "wechatpadpro": "https://astrbot.app/deploy/platform/wechat/wechatpadpro.html", - "weixin_official_account": "https://astrbot.app/deploy/platform/weixin-official-account.html", - "discord": "https://astrbot.app/deploy/platform/discord.html", - "slack": "https://astrbot.app/deploy/platform/slack.html", - "kook": "https://astrbot.app/deploy/platform/kook.html", - "vocechat": "https://astrbot.app/deploy/platform/vocechat.html", - "satori": "https://astrbot.app/deploy/platform/satori.html", // TODO + "qq_official_webhook": "https://docs.astrbot.app/deploy/platform/qqofficial/webhook.html", + "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", + "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", + "wechatpadpro": "https://docs.astrbot.app/deploy/platform/wechat/wechatpadpro.html", + "weixin_official_account": "https://docs.astrbot.app/deploy/platform/weixin-official-account.html", + "discord": "https://docs.astrbot.app/deploy/platform/discord.html", + "slack": "https://docs.astrbot.app/deploy/platform/slack.html", + "kook": "https://docs.astrbot.app/deploy/platform/kook.html", + "vocechat": "https://docs.astrbot.app/deploy/platform/vocechat.html", + "satori": "https://docs.astrbot.app/deploy/platform/satori/llonebot.html", } return tutorial_map[platform_type] || "https://docs.astrbot.app"; },