docs: update docs

This commit is contained in:
x-tools-author 2025-03-06 18:15:40 +08:00
parent 21727f300e
commit 5569a42788
3 changed files with 40 additions and 0 deletions

View File

@ -4,3 +4,29 @@ nav_order: 2
---
# 安装
访问[发布页面]下载所需版本即可。
{: .note }
> “Continuous Build”是日常构建版本包含最新的功能也意味着包含最新的BUG
## 如何选择文件
发布文件格式为:*xtools-[系统]-[版本]-[处理器框架].[后缀]*,例如*xtools-windows-v2025.3.6-amd64.zip*指的是软件包是于2025年3月6日构建的适用于64位windows平台。
关于文件后缀:
* zip: 绿色版软件,解压运行即可
* deb: Linux安装包可以使用 “*sudo dpkg -i xtools-linux-v7.1.0-x86_64.deb*”来安装
* AppImage: 适用于Linux系统的单文件运行包下载后双击运行即可推荐Linux用户使用。
* apk: 安卓安装包
* dmg: macOS软件包
{: .important }
> 下载AppImage包后可能需要执行"*sudo chmod +x xtools-xxx-xxx-xxx.AppImage*"来赋予可执行权限后才能运行
>
> deb包是基于ubuntu-20.04构建的使用于ubuntu 20.04或更新版本系统
>
> 安卓包未经测试,只是按原样提供
[发布页面]: https://github.com/x-tools-author/x-tools/releases

View File

@ -0,0 +1,7 @@
---
title: 从源码安装
parent: 安装
nav_order: 2.2
---
# 从源码安装

View File

@ -0,0 +1,7 @@
---
title: 从应用商店安装
parent: 安装
nav_order: 2.1
---
# 从应用商店安装