Skip to content

docs: 增加 AstrBot-desktop 部署介绍#154

Merged
zouyonghe merged 1 commit intoAstrBotDevs:v4from
zouyonghe:v4
Feb 28, 2026
Merged

docs: 增加 AstrBot-desktop 部署介绍#154
zouyonghe merged 1 commit intoAstrBotDevs:v4from
zouyonghe:v4

Conversation

@zouyonghe
Copy link
Member

@zouyonghe zouyonghe commented Feb 28, 2026

背景

为部署文档补充 AstrBot-desktop 的入口和说明,方便用户在“部署方式”中直接找到桌面端部署方案。

变更内容

  • 新增桌面客户端部署文档:zh/deploy/astrbot/desktop.md
  • 在“其他部署方式”页面增加桌面客户端入口:zh/deploy/astrbot/other-deployments.md
  • 在文档侧边栏“部署”导航中增加“桌面客户端部署”:.vitepress/config.mjs
  • 修正文档中的 Linux 安装包描述为 .rpm / .deb

影响范围

  • 中文部署文档导航与内容
  • 不涉及代码逻辑与运行时行为变更

关联链接

@gemini-code-assist
Copy link

Summary of Changes

Hello, 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!

此拉取请求引入了 AstrBot 桌面客户端的部署文档,旨在为用户提供在本地计算机上快速设置 AstrBot 的指南。这扩展了现有文档中可用的部署方法,使用户更容易找到并遵循桌面客户端的安装说明。

Highlights

  • 新增桌面客户端部署文档: 新增了 AstrBot 桌面客户端的部署文档,为用户提供了在 Windows、macOS 和 Linux 上快速部署和使用 AstrBot 的指南。
  • 更新侧边栏导航: 在文档侧边栏的“其他部署方式”下,添加了“桌面客户端部署”的导航入口。
  • 更新“其他部署方式”页面: 在“其他部署方式”页面中,新增了指向桌面客户端部署文档的链接。
Changelog
  • .vitepress/config.mjs
    • 添加了桌面客户端部署的导航项。
  • zh/deploy/astrbot/desktop.md
    • 新增了 AstrBot 桌面客户端的部署指南。
  • zh/deploy/astrbot/other-deployments.md
    • 在“其他部署方式”页面中添加了桌面客户端部署的链接。
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.

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.

Copy link

@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

本次 PR 增加了 AstrBot 桌面客户端的部署文档,整体内容清晰明了。我在新文档中发现一处描述不准确的地方,并提出了修改建议,以确保用户能够根据文档正确下载安装包。请查看具体评论。

## 下载并安装

1. 打开 [AstrBot-desktop Releases](https://github.com/AstrBotDevs/AstrBot-desktop/releases)。
2. 下载与你系统对应的安装包(如 `.exe`、`.dmg`、`.rpm`、`.deb`)。

Choose a reason for hiding this comment

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

medium

你好,根据 AstrBot-desktop Releases 页面提供的信息,Windows 的安装包是 .msi 格式,而不是 .exe。另外,Linux 平台除了 .deb 包,还提供了 .AppImage 格式的包,但没有提供 .rpm 包。为了让文档更准确,建议更新此处的包格式说明。

Suggested change
2. 下载与你系统对应的安装包(`.exe``.dmg``.rpm``.deb`)。
2. 下载与你系统对应的安装包(例如 Windows 的 .msi、macOS 的 .dmg、Linux 的 .deb 或 .AppImage)。

@dosubot
Copy link

dosubot bot commented Feb 28, 2026

Related Documentation

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

How did I do? Any feedback?  Join Discord

@zouyonghe zouyonghe merged commit 42deaca into AstrBotDevs:v4 Feb 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant