We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476c014 commit 1554f71Copy full SHA for 1554f71
1 file changed
dashboard/src/utils/platformUtils.js
@@ -61,6 +61,7 @@ export function getTutorialLink(platformType) {
61
"vocechat": "https://docs.astrbot.app/deploy/platform/vocechat.html",
62
"satori": "https://docs.astrbot.app/deploy/platform/satori/llonebot.html",
63
"misskey": "https://docs.astrbot.app/deploy/platform/misskey.html",
64
+ "line": "https://docs.astrbot.app/deploy/platform/line.html",
65
}
66
return tutorialMap[platformType] || "https://docs.astrbot.app";
67
0 commit comments