diff --git a/README.md b/README.md index 04a0b60..dfce84a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ # 安装依赖 项目通过 [cgofuse](https://github.com/winfsp/cgofuse) 实现,需要安装 [winfsp](https://github.com/winfsp/winfsp) 才能使用 +# 预编译版 +| 操作系统 | 系统架构 | 正常版本 | 后台版本 | +| :--- | :--- | :--- | :--- | +| Windows | 386 | [下载](https://aite.xyz/product/symfs/symfs_windows_386.exe) | [下载](https://aite.xyz/product/symfs/symfs_windows_386_daemon.exe) | +| Windows | AMD64 | [下载](https://aite.xyz/product/symfs/symfs_windows_amd64.exe) | [下载](https://aite.xyz/product/symfs/symfs_windows_amd64_daemon.exe) | +| Windows | ARM64 | [下载](https://aite.xyz/product/symfs/symfs_windows_arm64.exe) | [下载](https://aite.xyz/product/symfs/symfs_windows_arm64_daemon.exe) | + # 使用指南 ```powershell # 基本用法 @@ -16,12 +23,5 @@ .\symfs.exe D:\Source D:\Target ``` -# 预编译版 -| 操作系统 | 系统架构 | 正常版本 | 后台版本 | -| :--- | :--- | :--- | :--- | -| Windows | 386 | [下载](https://aite.xyz/product/symfs/symfs_windows_386.exe) | [下载](https://aite.xyz/product/symfs/symfs_windows_386_daemon.exe) | -| Windows | AMD64 | [下载](https://aite.xyz/product/symfs/symfs_windows_amd64.exe) | [下载](https://aite.xyz/product/symfs/symfs_windows_amd64_daemon.exe) | -| Windows | ARM64 | [下载](https://aite.xyz/product/symfs/symfs_windows_arm64.exe) | [下载](https://aite.xyz/product/symfs/symfs_windows_arm64_daemon.exe) | - # 授权协议 本项目使用 [Apache License 2.0](https://github.com/xiaoqidun/symfs/blob/main/LICENSE) 授权协议 \ No newline at end of file