https://github.com/tangxiangmin/opic
Use the electron to upload pictures to the picture bed
https://github.com/tangxiangmin/opic
electron ipic qiniu-uploader
Last synced: 9 months ago
JSON representation
Use the electron to upload pictures to the picture bed
- Host: GitHub
- URL: https://github.com/tangxiangmin/opic
- Owner: tangxiangmin
- Created: 2020-03-10T15:54:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T13:34:59.000Z (over 2 years ago)
- Last Synced: 2024-03-16T16:41:03.190Z (over 2 years ago)
- Topics: electron, ipic, qiniu-uploader
- Language: JavaScript
- Homepage:
- Size: 1.44 MB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
oPic
===
将图片快速上传到图床

## 与iPic
iPic是一个很赞的应用,由于其他图床需要收费,之前一直使用免费的新浪图床。因为最近新浪图床防盗链和图片有效期的缘故,因此决定自己实现一个上传到七牛的应用。
## Feature
该应用主要为本人自己使用,所以不会添加较多额外的功能,[开发文档](https://www.shymean.com/article/%E4%BD%BF%E7%94%A8Electron%E5%AE%9E%E7%8E%B0%E4%B8%80%E4%B8%AAiPic)
* [x] 显示剪切板最近的复制的图片、截图,点击快速上传
* [x] 支持相关参数配置
* [x] 最近上传、历史图片列表
* [x] 图片压缩,所有图片将上传为webp
## 使用
```
npm i
// 启动开发
npm run start
// 构建
npm run package
```
打包后的产物在`/out/`目录下,直接运行可执行文件即可