✏️ 增加 SharePoint 网站提示文本

This commit is contained in:
zhaojun
2022-11-26 18:10:26 +08:00
parent 4a94c879b8
commit 5bfa7037cb

View File

@@ -17,7 +17,7 @@ public class SharePointParam extends MicrosoftDriveParam {
@StorageParamItem(name = "SecretKey", defaultValue = "${zfile.onedrive.clientSecret}", order = 2)
private String clientSecret;
@StorageParamItem(name = "网站", order = 5)
@StorageParamItem(name = "网站", order = 5, description = "如此处选择不到网站,请检查世纪互联中网站隐私设置是否为\"公用-组织中的任何人都可访问此站点\"")
private String siteId;
@StorageParamItem(name = "子目录", order = 6, description = "表示 SharePoint 子列表/子网站,在世纪互联网站 Tab 卡中 \"网站内容\" 新增.")