📝 Docs: update FAQ

This commit is contained in:
萌萌哒赫萝 2023-08-01 19:55:44 -07:00
parent 7e349306e9
commit 562f3c2926
2 changed files with 27 additions and 1 deletions

15
FAQ.md
View File

@ -46,6 +46,7 @@ PicList本体支持了如下图床
- `阿里云 OSS`
- `Imgur`
- `Webdav`
- `本地图床`
PicList计划整合和优化现有插件内置更多的常用图床。
@ -96,4 +97,16 @@ macOS: `~/Library/Application\ Support/picgo/assets/simhei.ttf`
## 13. 使用aws-s3插件上传到cloudflare R2时出现上传失败问题
R2的endpoint地址会出现被GFW sni阻断的问题查看piclist.log后将对应的ip地址加入代理列表可解决。
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反馈。

View File

@ -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.