docs: update plugin dev link in webui#6978
Conversation
将插件文档链接地址更新为新的官方文档地址
Summary of ChangesHello, 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! 此拉取请求旨在更新仪表板中插件文档的链接地址。通过将旧的文档链接替换为新的、更准确的文档路径,确保用户能够访问到最新的插件相关信息,从而提升用户体验和文档的准确性。 Highlights
Using Gemini Code AssistThe 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
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 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. Footnotes
|
There was a problem hiding this comment.
Hey - I've found 1 issue
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location path="dashboard/src/views/ExtensionPage.vue" line_range="230" />
<code_context>
variant="text"
prepend-icon="mdi-book-open-variant"
- href="https://astrbot.app/dev/plugin.html"
+ href="https://docs.astrbot.app/dev/star/plugin-new.html"
target="_blank"
color="primary"
</code_context>
<issue_to_address>
**🚨 suggestion (security):** Add `rel="noopener noreferrer"` for the external link opened in a new tab.
Because this external link uses `target="_blank"`, please add `rel="noopener noreferrer"` so the new page can’t access `window.opener` and to align with security best practices for external links.
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
添加noopener noreferrer属性以防止潜在的安全风险
Modifications / 改动点
ExtensionPage.vue
修改了插件文档链接地址
Screenshots or Test Results / 运行截图或测试结果
Checklist / 检查清单
😊 If there are new features added in the PR, I have discussed it with the authors through issues/emails, etc.
/ 如果 PR 中有新加入的功能,已经通过 Issue / 邮件等方式和作者讨论过。
👀 My changes have been well-tested, and "Verification Steps" and "Screenshots" have been provided above.
/ 我的更改经过了良好的测试,并已在上方提供了“验证步骤”和“运行截图”。
🤓 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.txtandpyproject.toml./ 我确保没有引入新依赖库,或者引入了新依赖库的同时将其添加到
requirements.txt和pyproject.toml文件相应位置。😮 My changes do not introduce malicious code.
/ 我的更改没有引入恶意代码。
Summary by Sourcery
Enhancements: