Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

[bug]查看介入教程line前往错误界面的问题#5479

Merged
Soulter merged 1 commit intoAstrBotDevs:masterfrom
Sjshi763:Sjshi763/issue5478
Feb 26, 2026
Merged

[bug]查看介入教程line前往错误界面的问题#5479
Soulter merged 1 commit intoAstrBotDevs:masterfrom
Sjshi763:Sjshi763/issue5478

Conversation

@Sjshi763
Copy link
Contributor

@Sjshi763 Sjshi763 commented Feb 26, 2026

Fixes #5478

Modifications / 改动点

dashboard\src\utils\platformUtils.js

添加了前往line教程的链接

  • This is NOT a breaking change. / 这不是一个破坏性变更。

Screenshots or Test Results / 运行截图或测试结果


Checklist / 检查清单

  • 😊 如果 PR 中有新加入的功能,已经通过 Issue / 邮件等方式和作者讨论过。/ If there are new features added in the PR, I have discussed it with the authors through issues/emails, etc.
  • 👀 我的更改经过了良好的测试,并已在上方提供了“验证步骤”和“运行截图”。/ My changes have been well-tested, and "Verification Steps" and "Screenshots" have been provided above.
  • 🤓 我确保没有引入新依赖库,或者引入了新依赖库的同时将其添加到了 requirements.txtpyproject.toml 文件相应位置。/ I have ensured that no new dependencies are introduced, OR if new dependencies are introduced, they have been added to the appropriate locations in requirements.txt and pyproject.toml.
  • 😮 我的更改没有引入恶意代码。/ My changes do not introduce malicious code.

Summary by Sourcery

Bug Fixes:

  • 通过在教程链接映射中添加 LINE 平台条目,修复错误的导航问题,使 LINE 能打开正确的文档页面。
Original summary in English

Summary by Sourcery

Bug Fixes:

  • Fix the incorrect navigation by adding the LINE platform entry to the tutorial link map so LINE opens the proper documentation page.

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Feb 26, 2026
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @Sjshi763, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

此拉取请求修复了一个错误,即用户在尝试访问 Line 平台教程时会被引导至错误的页面。通过更新 platformUtils.js 文件中的教程链接映射,确保了用户现在可以正确地访问 Line 平台的文档,从而提升了用户体验和文档的准确性。

Highlights

  • 修复 Line 教程链接: 解决了点击 Line 平台教程链接时会跳转到错误页面的问题。
  • 更新平台工具函数: 在 dashboard/src/utils/platformUtils.js 文件中为 Line 平台添加了正确的教程链接。
Changelog
  • dashboard/src/utils/platformUtils.js
    • 添加了 Line 平台的正确教程链接。
Activity
  • 自创建以来,此拉取请求尚未有任何人工活动。
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@dosubot
Copy link

dosubot bot commented Feb 26, 2026

Related Documentation

Checked 1 published document(s) in 1 knowledge base(s). No updates required.

How did I do? Any feedback?  Join Discord

@dosubot dosubot bot added the area:platform The bug / feature is about IM platform adapter, such as QQ, Lark, Telegram, WebChat and so on. label Feb 26, 2026
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

此拉取请求为 “line” 平台添加了教程链接,解决了查看该平台介入教程时会跳转到错误页面的问题。通过在 dashboard/src/utils/platformUtils.js 文件中的 tutorialMap 对象里增加 line 平台的条目,此项修复是直接且有效的。代码改动很小,且符合现有代码风格。

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - 我已经审查了你的更改,看起来非常棒!


Sourcery 对开源项目是免费的——如果你觉得我们的评审有帮助,欢迎分享 ✨
帮我变得更有用!请在每条评论上点 👍 或 👎,我会根据你的反馈来改进评审质量。
Original comment in English

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Feb 26, 2026
@Soulter Soulter merged commit 1554f71 into AstrBotDevs:master Feb 26, 2026
6 checks passed
@astrbot-doc-agent
Copy link

No docs changes were generated in this run (docs repo had no updates).

Docs repo: AstrBotDevs/AstrBot-docs
Trigger: PR merged


AI change summary (not committed):

  • 本次为前端代码修复,补充了 dashboard/src/utils/platformUtils.jsgetTutorialLink 函数缺失的 LINE 平台教程链接映射
  • 文档页面 zh/deploy/platform/line.mden/deploy/platform/line.md 已存在且内容正确
  • 本次文档仓库无文件改动

Experimental bot notice:

  • This output is generated by AstrBot-Doc-Agent for review only.
  • It does not represent the final documentation form.

@Sjshi763 Sjshi763 deleted the Sjshi763/issue5478 branch February 26, 2026 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:platform The bug / feature is about IM platform adapter, such as QQ, Lark, Telegram, WebChat and so on. lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bug]查看介入教程line前往错误界面的问题

2 participants