picgo-plugin-easyimg
v1.0.1
Published
PicGo plugin for EasyImg image hosting
Downloads
357
Maintainers
Readme
picgo-plugin-easyimg
安装
# PicGo GUI
在插件设置中搜索 easyimg 安装
# PicGo CLI
picgo install easyimg配置
| 参数 | 说明 | 默认值 |
|------|------|--------|
| host | EasyImg 服务地址 | https://deno.nyc.mn |
| mode | 上传模式 | public |
| apiKey | API Key(私有模式必填) | - |
上传模式
- public - 公共上传,无需 API Key
- private - 私有上传,需要 API Key
配置示例
{
"picBed": {
"current": "easyimg",
"easyimg": {
"host": "https://your-easyimg-domain.com",
"mode": "private",
"apiKey": "your-api-key"
}
}
}相关项目
- EasyImg - 简单易用的个人图床系统
