docs: add sharepoint
to webdav
This commit is contained in:
parent
1a1e86521f
commit
ebda77cd43
@ -30,7 +30,7 @@ English | [中文](./README_cn.md) | [Contributors](./CONTRIBUTORS.md) | [Contri
|
|||||||
- [x] [PikPak](https://www.mypikpak.com/)
|
- [x] [PikPak](https://www.mypikpak.com/)
|
||||||
- [x] [ShandianPan](https://shandianpan.com/)
|
- [x] [ShandianPan](https://shandianpan.com/)
|
||||||
- [x] [S3](https://aws.amazon.com/s3/)
|
- [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] Teambition([China](https://www.teambition.com/ ),[International](https://us.teambition.com/ ))
|
||||||
- [x] [Mediatrack](https://www.mediatrack.cn/)
|
- [x] [Mediatrack](https://www.mediatrack.cn/)
|
||||||
- [x] [139yun](https://yun.139.com/) (Personal, Family)
|
- [x] [139yun](https://yun.139.com/) (Personal, Family)
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
- [x] [PikPak](https://www.mypikpak.com/)
|
- [x] [PikPak](https://www.mypikpak.com/)
|
||||||
- [x] [闪电盘](https://shandianpan.com/)
|
- [x] [闪电盘](https://shandianpan.com/)
|
||||||
- [x] [S3](https://aws.amazon.com/cn/s3/)
|
- [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] Teambition([中国](https://www.teambition.com/ ),[国际](https://us.teambition.com/ ))
|
||||||
- [x] [分秒帧](https://www.mediatrack.cn/)
|
- [x] [分秒帧](https://www.mediatrack.cn/)
|
||||||
- [x] [和彩云](https://yun.139.com/) (个人云, 家庭云)
|
- [x] [和彩云](https://yun.139.com/) (个人云, 家庭云)
|
||||||
|
@ -259,11 +259,12 @@ func InitSettings() {
|
|||||||
Group: model.BACK,
|
Group: model.BACK,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Key: "enable search",
|
Key: "enable search",
|
||||||
Value: "false",
|
Value: "false",
|
||||||
Type: "bool",
|
Type: "bool",
|
||||||
Access: model.PUBLIC,
|
Access: model.PUBLIC,
|
||||||
Group: model.BACK,
|
Group: model.BACK,
|
||||||
|
Description: "Experimental function, not recommended as it's still under development",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
for i, _ := range settings {
|
for i, _ := range settings {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user