From ebda77cd43c3035700b5d0831051ef374484ebf6 Mon Sep 17 00:00:00 2001 From: Xhofe Date: Sun, 17 Apr 2022 17:16:39 +0800 Subject: [PATCH] docs: add `sharepoint` to webdav --- README.md | 2 +- README_cn.md | 2 +- bootstrap/setting.go | 11 ++++++----- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f06f436b..f4235c97 100755 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ English | [中文](./README_cn.md) | [Contributors](./CONTRIBUTORS.md) | [Contri - [x] [PikPak](https://www.mypikpak.com/) - [x] [ShandianPan](https://shandianpan.com/) - [x] [S3](https://aws.amazon.com/s3/) - - [x] WebDav + - [x] WebDav(Support OneDrive/SharePoint without API) - [x] Teambition([China](https://www.teambition.com/ ),[International](https://us.teambition.com/ )) - [x] [Mediatrack](https://www.mediatrack.cn/) - [x] [139yun](https://yun.139.com/) (Personal, Family) diff --git a/README_cn.md b/README_cn.md index f3d7e125..0f53d366 100644 --- a/README_cn.md +++ b/README_cn.md @@ -30,7 +30,7 @@ - [x] [PikPak](https://www.mypikpak.com/) - [x] [闪电盘](https://shandianpan.com/) - [x] [S3](https://aws.amazon.com/cn/s3/) - - [x] WebDav + - [x] WebDav(支持无API的OneDrive/SharePoint) - [x] Teambition([中国](https://www.teambition.com/ ),[国际](https://us.teambition.com/ )) - [x] [分秒帧](https://www.mediatrack.cn/) - [x] [和彩云](https://yun.139.com/) (个人云, 家庭云) diff --git a/bootstrap/setting.go b/bootstrap/setting.go index a45245c5..3c7c898b 100644 --- a/bootstrap/setting.go +++ b/bootstrap/setting.go @@ -259,11 +259,12 @@ func InitSettings() { Group: model.BACK, }, { - Key: "enable search", - Value: "false", - Type: "bool", - Access: model.PUBLIC, - Group: model.BACK, + Key: "enable search", + Value: "false", + Type: "bool", + Access: model.PUBLIC, + Group: model.BACK, + Description: "Experimental function, not recommended as it's still under development", }, } for i, _ := range settings {