Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新依赖 #210

Merged
merged 1 commit into from
Nov 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
"comments": false,
"sourceMaps": true,
"retainLines": true,
"presets": ["env"],
"presets": [
"env"
],
"env": {
"main": {
"presets": [
[
"env",
{
"targets": {
"node": "12.4.0"
"node": "16.13.0"
}
}
]
Expand All @@ -22,12 +24,15 @@
"env",
{
"targets": {
"electron": "8.3.0"
"electron": "13.6.2"
}
}
]
]
}
},
"plugins": ["transform-runtime", "transform-object-rest-spread"]
}
"plugins": [
"transform-runtime",
"transform-object-rest-spread"
]
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 云存储管理客户端 v0.5.3
# 云存储管理客户端 v0.5.6

![](http://blog-res.mayday5.me/file/icon.png?imageView2/1/w/80/h/80/q/75|imageslim) 我老婆(2020.12.03 👩‍❤️‍👨)给做的新图标
> 云存储管理客户端。支持七牛云、腾讯云、青云、阿里云、又拍云、亚马逊S3、京东云。仿文件夹式管理、图片预览、拖拽上传、文件夹上传、同步、批量导出URL等功能
Expand Down Expand Up @@ -124,8 +124,8 @@ old

## 下载

- [云存储管理客户端-0.5.5-mac-x64.dmg](http://blog-res.mayday5.me/file/%E4%BA%91%E5%AD%98%E5%82%A8%E7%AE%A1%E7%90%86%E5%AE%A2%E6%88%B7%E7%AB%AF-0.5.5-mac-x64.dmg)
- [云存储管理客户端-0.5.1-win.exe](http://blog-res.mayday5.me/file/%E4%BA%91%E5%AD%98%E5%82%A8%E7%AE%A1%E7%90%86%E5%AE%A2%E6%88%B7%E7%AB%AF-0.5.1-win.exe)
- [云存储管理客户端-0.5.6-mac-x64.dmg](http://blog-res.mayday5.me/file/%E4%BA%91%E5%AD%98%E5%82%A8%E7%AE%A1%E7%90%86%E5%AE%A2%E6%88%B7%E7%AB%AF-0.5.6-mac-x64.dmg)
- [云存储管理客户端-0.5.6-win-x64.exe](http://blog-res.mayday5.me/file/%E4%BA%91%E5%AD%98%E5%82%A8%E7%AE%A1%E7%90%86%E5%AE%A2%E6%88%B7%E7%AB%AF-0.5.6-win-x64.exe)

## Build Setup
``` bash
Expand Down
Loading