diff --git a/dashboard/src/components/platform/AddNewPlatform.vue b/dashboard/src/components/platform/AddNewPlatform.vue index e771a56e54..1477325170 100644 --- a/dashboard/src/components/platform/AddNewPlatform.vue +++ b/dashboard/src/components/platform/AddNewPlatform.vue @@ -259,7 +259,7 @@ {{ tm('dialog.securityWarning.aiocqhttpTokenMissing') }} {{ tm('dialog.securityWarning.learnMore') }} diff --git a/dashboard/src/utils/platformUtils.js b/dashboard/src/utils/platformUtils.js index 04cb226faa..384b204aa4 100644 --- a/dashboard/src/utils/platformUtils.js +++ b/dashboard/src/utils/platformUtils.js @@ -50,7 +50,7 @@ export function getTutorialLink(platformType) { const tutorialMap = { "qq_official_webhook": "https://docs.astrbot.app/platform/qqofficial/webhook.html", "qq_official": "https://docs.astrbot.app/platform/qqofficial/websockets.html", - "aiocqhttp": "https://docs.astrbot.app/platform/aiocqhttp/napcat.html", + "aiocqhttp": "https://docs.astrbot.app/platform/aiocqhttp.html", "wecom": "https://docs.astrbot.app/platform/wecom.html", "weixin_oc": "https://docs.astrbot.app/platform/weixin_oc.html", "wecom_ai_bot": "https://docs.astrbot.app/platform/wecom_ai_bot.html",
{{ tm('dialog.securityWarning.aiocqhttpTokenMissing') }}