File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ export default defineConfig({
5656 link : "/astrbot/other-deployments" ,
5757 collapsed : true ,
5858 items : [
59+ { text : "桌面客户端部署" , link : "/astrbot/desktop" } ,
5960 { text : "CasaOS 部署" , link : "/astrbot/casaos" } ,
6061 { text : "优云智算 GPU 部署" , link : "/astrbot/compshare" } ,
6162 { text : "社区提供的部署方式" , link : "/astrbot/community-deployment" } ,
Original file line number Diff line number Diff line change 1+ # 使用 AstrBot 桌面客户端部署
2+
3+ ` AstrBot-desktop ` 适合在本地电脑快速部署和使用 AstrBot,支持 Windows、macOS、Linux。
4+
5+ 仓库地址:[ AstrBotDevs/AstrBot-desktop] ( https://github.com/AstrBotDevs/AstrBot-desktop )
6+
7+ ## 下载并安装
8+
9+ 1 . 打开 [ AstrBot-desktop Releases] ( https://github.com/AstrBotDevs/AstrBot-desktop/releases ) 。
10+ 2 . 下载与你系统对应的安装包(如 ` .exe ` 、` .dmg ` 、` .rpm ` 、` .deb ` )。
11+ 3 . 安装完成后启动桌面客户端,按向导完成初始化。
12+
13+ ## 适用场景
14+
15+ - 适合个人本地使用、快速体验。
16+ - 不建议用于服务器长期运行场景。
Original file line number Diff line number Diff line change 11# 其他部署方式
22
3+ - [ 桌面客户端部署] ( ./desktop.md )
34- [ CasaOS 部署] ( ./casaos.md )
45- [ 优云智算 GPU 部署] ( ./compshare.md )
56- [ 社区提供的部署方式] ( ./community-deployment.md )
You can’t perform that action at this time.
0 commit comments