From 562f3c29262a0af2f1fce28ec4909cfde534958f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E8=90=8C=E5=93=92=E8=B5=AB=E8=90=9D?= Date: Tue, 1 Aug 2023 19:55:44 -0700 Subject: [PATCH] :pencil: Docs: update FAQ --- FAQ.md | 15 ++++++++++++++- FAQ_EN.md | 13 +++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 9e47a74..784e00d 100644 --- a/FAQ.md +++ b/FAQ.md @@ -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地址加入代理列表可解决。 \ No newline at end of file +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反馈。 diff --git a/FAQ_EN.md b/FAQ_EN.md index e7f3918..5d42f9c 100644 --- a/FAQ_EN.md +++ b/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.