Skip to content

Commit 1554f71

Browse files
authored
[bug]查看介入教程line前往错误界面的问题 (#5479)
Fixes #5478
1 parent 476c014 commit 1554f71

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dashboard/src/utils/platformUtils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export function getTutorialLink(platformType) {
6161
"vocechat": "https://docs.astrbot.app/deploy/platform/vocechat.html",
6262
"satori": "https://docs.astrbot.app/deploy/platform/satori/llonebot.html",
6363
"misskey": "https://docs.astrbot.app/deploy/platform/misskey.html",
64+
"line": "https://docs.astrbot.app/deploy/platform/line.html",
6465
}
6566
return tutorialMap[platformType] || "https://docs.astrbot.app";
6667
}

0 commit comments

Comments
 (0)