mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-02-02 11:08:13 -05:00
📝 Docs: update FAQ
This commit is contained in:
parent
7e349306e9
commit
562f3c2926
13
FAQ.md
13
FAQ.md
@ -46,6 +46,7 @@ PicList本体支持了如下图床:
|
||||
- `阿里云 OSS`
|
||||
- `Imgur`
|
||||
- `Webdav`
|
||||
- `本地图床`
|
||||
|
||||
PicList计划整合和优化现有插件,内置更多的常用图床。
|
||||
|
||||
@ -97,3 +98,15 @@ macOS: `~/Library/Application\ Support/picgo/assets/simhei.ttf`
|
||||
## 13. 使用aws-s3插件上传到cloudflare R2时出现上传失败问题
|
||||
|
||||
R2的endpoint地址会出现被GFW sni阻断的问题,查看piclist.log后将对应的ip地址加入代理列表可解决。
|
||||
|
||||
## 14. PicList兼容所有的PicGo插件吗?
|
||||
|
||||
PicList兼容绝大部分的PicGo插件。然而由于PicList使用了更新的electron版本,与旧版本的sharp库不兼容,所以部分插件可能无法使用。
|
||||
|
||||
已知的无法使用的插件有:
|
||||
|
||||
- picgo-plugin-watermark (已经内置)
|
||||
- picgo-plugin-pic-migrater (该插件会校验PicGo的版本,无法使用,请换用pic-migrater-piclist插件)
|
||||
- picgo-plugin-auto-delete (已经内置)
|
||||
|
||||
欢迎大家测试其他插件,如果有无法使用的插件,欢迎开issue反馈。
|
||||
|
13
FAQ_EN.md
13
FAQ_EN.md
@ -46,6 +46,7 @@ PicList itself supports the following image hosting platforms:
|
||||
- Aliyun OSS
|
||||
- Imgur
|
||||
- Webdav
|
||||
- local path
|
||||
|
||||
PicList plans to integrate and optimize existing plugins and embed more commonly used image hosting platforms.
|
||||
|
||||
@ -104,3 +105,15 @@ The font file download address: [https://release.piclist.cn/simhei.ttf](https://
|
||||
## 13. Upload failed when using aws-s3 plugin to upload to cloudflare R2
|
||||
|
||||
R2's endpoint address will be blocked by GFW sni. After checking piclist.log, adding the corresponding IP address to the proxy list can solve the problem.
|
||||
|
||||
## 14. Are all PicGo plugins compatible with PicList?
|
||||
|
||||
PicList is compatible with most PicGo plugins. However, since PicList uses an updated version of electron, it is not compatible with the old version of the sharp library, so some plugins may not work.
|
||||
|
||||
Known plugins that cannot be used are:
|
||||
|
||||
- picgo-plugin-watermark (built-in)
|
||||
- picgo-plugin-pic-migrater (this plugin will verify the version of PicGo and cannot be used, please use the pic-migrater-piclist plugin)
|
||||
- picgo-plugin-auto-delete (built-in)
|
||||
|
||||
Welcome everyone to test other plugins. If there are plugins that cannot be used, please open an issue for feedback.
|
||||
|
Loading…
Reference in New Issue
Block a user