# synk **Repository Path**: pnhnwq/synk ## Basic Information - **Project Name**: synk - **Description**: 电脑手机互传文件工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-19 - **Last Updated**: 2023-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目实例 ### 手机电脑文件互传 **使用概览:** `文件运行前提路径下浏览器存在:` `C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe` 1. 拉取项目 ```bash > git clone https://github.com/guanweiqin/synk.git ``` 2. 进入 server/frontend 目录 ```bash > yarn > yarn build ``` 3. 进入 synk 根目录 ```bash > go build -ldflags "-H windowsgui" ``` 编译后文件体积过大解决方案 - 安装 UPX,并使用 最高级别的压缩 - 下载地址:[UPX](https://github.com/upx/upx/releases) - 执行命令:upx.exe -9 *.exe ## 关于 Synk 说明 此项目根据 [FrankFang/synk](https://github.com/FrankFang/synk) 项目进行学习搭建并做了一些改动。