Skip to content

Commit

Permalink
feat: 更新 README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kmq116 committed Aug 6, 2024
1 parent 7cdcea1 commit e426669
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,26 @@

这个 Node.js 应用可以将指定目录下的文件分享给其他设备,通过生成二维码和提供下载链接的方式,方便局域网内快速分享文件。



## 功能特点
- 将指定目录下的文件分享给其他设备
- 通过生成二维码的方式分享文件链接
- 扫描二维码即可下载对应文件

## 直接使用
- 下载 Release 中的 .zip 压缩包,然后解压,双击 server.exe 即可
- 下载 Release 中的 .zip 压缩包,然后解压,双击 server.exe 会打开一个网站
![img_4.png](img_4.png)

- 将文件复制到解压目录的 sync 文件夹中
![img.png](img.png)
![img_1.png](img_1.png)
- 可以看到文件出现在列表中
![img_5.png](img_5.png)
- 点击生成二维码
![img_6.png](img_6.png)
- 移动设备跟电脑连接同一局域网,扫码即可下载文件


## 本地运行方法
1. 克隆或下载本仓库到本地
Expand Down
Binary file added img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e426669

Please sign in to comment.