Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chengww5217/picgo-plugin-qingstor-uploader
A plugin for PicGo with the addition of the QingStor image hosting.
https://github.com/chengww5217/picgo-plugin-qingstor-uploader
Last synced: 3 months ago
JSON representation
A plugin for PicGo with the addition of the QingStor image hosting.
- Host: GitHub
- URL: https://github.com/chengww5217/picgo-plugin-qingstor-uploader
- Owner: chengww5217
- License: mit
- Created: 2019-03-06T16:26:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T14:17:11.000Z (almost 2 years ago)
- Last Synced: 2024-07-24T22:22:08.265Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 229 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README-zh_CN.md
- License: License
Awesome Lists containing this project
- Awesome-PicGo - picgo-plugin-qingstor-uploader
README
## picgo-plugin-qingstor-uploader
[![下载](https://img.shields.io/npm/dm/picgo-plugin-qingstor-uploader.svg?color=brightgreen)](https://npmcharts.com/compare/picgo-plugin-qingstor-uploader?minimal=true)
[![版本](https://img.shields.io/npm/v/picgo-plugin-qingstor-uploader.svg?color=brightgreen)](https://www.npmjs.com/package/picgo-plugin-qingstor-uploader)
[![许可](https://img.shields.io/badge/license-mit-brightgreen.svg)](https://github.com/chengww5217/picgo-plugin-qingstor-uploader/blob/master/License)[English](./README.md) | 简体中文
为 [PicGo](https://github.com/Molunerfinn/PicGo) 开发的一款插件,新增了[青云 QingStor](https://www.qingcloud.com/products/qingstor/) 图床。
### 安装
- 在线安装
打开 [PicGo](https://github.com/Molunerfinn/PicGo) 详细窗口,选择**插件设置**,搜索**qingstor-uploader**安装,然后重启应用即可。
- 离线安装
1. 克隆该项目
2. 打开 [PicGo](https://github.com/Molunerfinn/PicGo) 详细窗口,选择**插件设置**,并点击如下按钮:
![](screenshots/picgo-offline-install.png)
3. 选择你克隆仓库的文件夹
4. 重启应用即可### 截图
![](screenshots/screenshot.png)
### 配置
|参数名称|类型|描述|是否必须|
|:--:|:--:|:--:|:--:|
|accessKeyId|input|AccessKeyId|true|
|accessKeySecret|password|AccessKeySecret|true|
|bucket|input|Bucket 名称|true|
|zone|input|区域 zone|true|
|path|input|上传时默认存储路径|false|
|customUrl|input|私有云网址(示例:https://qingstor.com )|false|