mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-18 10:00:40 +08:00
fix(platform): correct tutorial links for satori and mattermost (#9205)
This commit is contained in:
@@ -66,10 +66,11 @@ export function getTutorialLink(platformType) {
|
||||
"slack": "https://docs.astrbot.app/platform/slack.html",
|
||||
"kook": "https://docs.astrbot.app/platform/kook.html",
|
||||
"vocechat": "https://docs.astrbot.app/platform/vocechat.html",
|
||||
"satori": "https://docs.astrbot.app/platform/satori/llonebot.html",
|
||||
"satori": "https://docs.astrbot.app/platform/satori/guide.html",
|
||||
"misskey": "https://docs.astrbot.app/platform/misskey.html",
|
||||
"line": "https://docs.astrbot.app/platform/line.html",
|
||||
"matrix": "https://docs.astrbot.app/platform/matrix.html",
|
||||
"mattermost": "https://docs.astrbot.app/platform/mattermost.html",
|
||||
}
|
||||
return tutorialMap[platformType] || "https://docs.astrbot.app";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user