update desc

This commit is contained in:
fyears 2022-03-16 22:49:20 +08:00
parent 07402a09b5
commit 57f538fa9e

View File

@ -1209,8 +1209,8 @@ export class RemotelySaveSettingTab extends PluginSettingTab {
.addDropdown(async (dropdown) => {
dropdown.addOption("s3", "S3 or compatible");
dropdown.addOption("dropbox", "Dropbox");
dropdown.addOption("webdav", "Webdav (beta)");
dropdown.addOption("onedrive", "OneDrive for personal (alpha)");
dropdown.addOption("webdav", "Webdav");
dropdown.addOption("onedrive", "OneDrive for personal");
dropdown
.setValue(this.plugin.settings.serviceType)
.onChange(async (val: SUPPORTED_SERVICES_TYPE) => {