# baidupan **Repository Path**: luckymonkey006/baidupan ## Basic Information - **Project Name**: baidupan - **Description**: 使用electron仿制的百度云盘客户端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-12-10 - **Last Updated**: 2025-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 声明 该项目只是学习使用 项目中使用的百度的UI以及百度的LOGO只为学习目的,如果侵犯了百度的权益,请百度联系我们删除 ## 里面实现了自动更新和手动更新 以及百度云盘的UI ![Image text](https://github.com/lihaotian0607/baidupan/blob/master/screenshot/1.gif?raw=true) ![Image text](https://github.com/lihaotian0607/baidupan/blob/master/screenshot/2.png?raw=true) ## 联系我们 Email: haotian0607@gmail.com QQ群: [点击加入](https://shang.qq.com/wpa/qunwpa?idkey=68670d406ff42150f78000829448ebf700c3a92617025155f9864366c3d04654) ## 部署更新 使用 `npm run build` 之后生成的 `exe` 文件和 `latest.yml` 放到配置的更新地址就可以了 在 `package.json` 中修改 `publish` 下的 `url` 修改 `src/main/update.js` 里面的更新地址 ``` #应用程序更新包地址 autoUpdater.setFeedURL('http://lee.com/app/update1'); ``` ## 问题 软件在启动的时候提示没有任何更新 暂时没有找到好点的办法 auto_update.js 为应用程序自检测更新 update为用户主动触发更操作 本来想写到配置文件里面的 但是目前就先这样吧 之后再修改 #### Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:9080 npm run dev # build electron application for production npm run build ```