Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Cusox/picgo-plugin-lsky-uploader
picgo插件,用于lskypro兰空图床上传
https://github.com/Cusox/picgo-plugin-lsky-uploader
Last synced: about 2 months ago
JSON representation
picgo插件,用于lskypro兰空图床上传
- Host: GitHub
- URL: https://github.com/Cusox/picgo-plugin-lsky-uploader
- Owner: Cusox
- License: mit
- Created: 2023-02-28T16:57:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T15:38:39.000Z (almost 2 years ago)
- Last Synced: 2024-07-13T11:33:51.032Z (6 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-PicGo - picgo-plugin-lsky-uploader - org/lsky-pro) 适用于服务器自建兰空图床开源版 | :white_check_mark: | :white_check_mark: | (:rocket: Plugin for PicGo)
README
## picgo-plugin-lsky-uploader
为基于 [PicGo-Core](https://github.com/PicGo/PicGo-Core) 开发的项目提供的 uploader,用于上传至服务器自建的 [lsky-pro](https://github.com/lsky-org/lsky-pro),即开源版的兰空图床,兼容最新版api,底层请求已按照文档适配新版 picgo,目前已在最新版 [PicList](https://github.com/Kuingsmile/PicList) (第三方基于 [PicGo-Core](https://github.com/PicGo/PicGo-Core) 开发的项目)上进行测试,测试结果返回成功
## 安装
- npm
npm install picgo-plugin-lsky-uploader
- PicList
- 在线安装
插件设置当中搜索 lsky-uploader
- 离线安装
克隆本仓库,复制项目到 PicList 配置目录,执行 `npm install ./picgo-plugin-lsky-uploader`,然后重启应用即可
## 参数
| 参数名称 | 描述 | 示例 | 是否必须 |
| :---------: | :----------------------------------------------------------: | :-------------------------: | :------: |
| 服务器域名 | 服务器域名,不需要填补具体上传接口 | https://image.lsilencej.top | 是 |
| 获取的Token | 通过自行调用获取 token 的 api 获取的 token,不需要添加 Bearer | 1\|11111111111111 | 是 |## 截图
![image-20230301225114449](https://image.lsilencej.top/i/2023/03/01/63ff6663dfac9.png)