Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caorushizi/oss-client
七牛云文件仿百度网盘文件夹管理,上传下载,删除。七牛云存储,七牛云图床。桌面应用程序 windows mac
https://github.com/caorushizi/oss-client
baidunetdisk electron qiniu react typescript
Last synced: 1 day ago
JSON representation
七牛云文件仿百度网盘文件夹管理,上传下载,删除。七牛云存储,七牛云图床。桌面应用程序 windows mac
- Host: GitHub
- URL: https://github.com/caorushizi/oss-client
- Owner: caorushizi
- Created: 2020-02-15T15:21:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T19:16:21.000Z (5 months ago)
- Last Synced: 2025-01-27T11:11:19.953Z (9 days ago)
- Topics: baidunetdisk, electron, qiniu, react, typescript
- Language: TypeScript
- Homepage:
- Size: 32 MB
- Stars: 110
- Watchers: 5
- Forks: 36
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 云存储客户端
## 安装步骤
```shell script
git clone --depth 1 --single-branch https://github.com/caorushizi/oss-client.git
# 进入目录
cd oss-client
# 安装依赖
npx cross-env npm_config_electron_mirror="https://mirrors.huaweicloud.com/electron/" npm_config_electron_custom_dir="9.3.1" npm install
# 运行
npm start
# 打包
npx cross-env npm_config_electron_mirror="https://mirrors.huaweicloud.com/electron/" npm_config_electron_custom_dir="9.3.1" npm run make
```## 软件展示
![切换](http://static.ziying.site/switch.gif)
![模式切换](http://static.ziying.site/table.gif)
![拖拽上传](http://static.ziying.site/upload.gif)
## 下载链接
v0.0.3
---
[oss-client-mac-v0.0.6](http://static.ziying.site/oss-client-mac-v0.0.6.zip)[oss-client-windows-v0.0.6](http://static.ziying.site/oss-client-windows-v0.0.6.exe)
## 技术栈
- electron
- electron-forge
- typescript
- react