docs: 增加 AstrBot-desktop 部署介绍#154
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! 此拉取请求引入了 AstrBot 桌面客户端的部署文档,旨在为用户提供在本地计算机上快速设置 AstrBot 的指南。这扩展了现有文档中可用的部署方法,使用户更容易找到并遵循桌面客户端的安装说明。 Highlights
Changelog
Activity
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. 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
|
There was a problem hiding this comment.
Hey - 我已经审查了你的更改,一切看起来都很棒!
帮我变得更有用吧!请在每条评论上点 👍 或 👎,我会根据你的反馈来改进后续的审查。
Original comment in English
Hey - I've reviewed your changes and they look great!
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
| ## 下载并安装 | ||
|
|
||
| 1. 打开 [AstrBot-desktop Releases](https://github.com/AstrBotDevs/AstrBot-desktop/releases)。 | ||
| 2. 下载与你系统对应的安装包(如 `.exe`、`.dmg`、`.rpm`、`.deb`)。 |
There was a problem hiding this comment.
你好,根据 AstrBot-desktop Releases 页面提供的信息,Windows 的安装包是 .msi 格式,而不是 .exe。另外,Linux 平台除了 .deb 包,还提供了 .AppImage 格式的包,但没有提供 .rpm 包。为了让文档更准确,建议更新此处的包格式说明。
| 2. 下载与你系统对应的安装包(如 `.exe`、`.dmg`、`.rpm`、`.deb`)。 | |
| 2. 下载与你系统对应的安装包(例如 Windows 的 .msi、macOS 的 .dmg、Linux 的 .deb 或 .AppImage)。 |
背景
为部署文档补充
AstrBot-desktop的入口和说明,方便用户在“部署方式”中直接找到桌面端部署方案。变更内容
zh/deploy/astrbot/desktop.mdzh/deploy/astrbot/other-deployments.md.vitepress/config.mjs.rpm/.deb影响范围
关联链接