From da623bcd6d7d8384bf10edc25b1cc581989a4dd6 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, 11 Jul 2023 20:18:44 -0700 Subject: [PATCH] :pencil: Docs: update README --- README.md | 3 ++- README_en.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72ae152c..57f16762 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ PicList的内核使用的是原版PicGo-Core基础上修改的[PicList-core](htt ## 特色功能 - 保留了PicGo的所有功能,兼容已有的PicGo插件系统,包括和typora、obsidian等的搭配 -- 新增了对webdav上传,imgur账户上传等的支持 +- 新增了对webdav上传,imgur账户上传,本地文件夹上传等的支持 - 相册中可同步删除云端图片,同时新增了高级搜索和排序,批量修改URL等功能 - 内置水印添加、图片压缩、图片缩放、图片旋转和图片格式转换等功能,支持自定义配置,且可以通过CLI命令行调用 - 新增配置多端同步功能 @@ -91,6 +91,7 @@ MacOS: | 七牛云 | ✔️ | ✔️ | | S3 API兼容平台 | ✔️ | ✔️ | | WebDAV | ✔️ | ✔️ | +| 本地文件夹 | ✔️ | ✔️ | | 插件 | 相册云删除 | | :----------------------------------------------------------: | :--------: | diff --git a/README_en.md b/README_en.md index 82a4f083..31f0f8fe 100644 --- a/README_en.md +++ b/README_en.md @@ -31,7 +31,7 @@ if you want to use PicList-core, please go to [https://github.com/Kuingsmile/Pic ## Features - Maintain all the functions of PicGo, compatible with the existing PicGo plug-in system, including the combination with typora, obsidian and other software -- Add support for webdav upload, imgur account upload, etc. +- Add support for webdav upload, imgur account upload, local path upload, etc. - Synchronous cloud deletion of pictures in the album, advanced search and sorting features have been added, along with the ability to bulk modify URLs. - Built-in watermark addition, image compression, image scaling, image rotation and image format conversion functions, support custom configuration, and can be called through CLI command line - Add the configuration of multi-device synchronization function. @@ -93,6 +93,7 @@ Search and install `Image auto upload Plugin` in the community plugin, then ente | Qiniu | ✔️ | ✔️ | | S3 API compatible platform | ✔️ | ✔️ | | WebDAV | ✔️ | ✔️ | +| Local | ✔️ | ✔️ | | Plugin | Album cloud deletion | | :----------------------------------------------------------: | :------------------: |