🎨 改进 Windows 端第三方同步盘检测 Fix https://github.com/siyuan-note/siyuan/issues/7777

This commit is contained in:
Liang Ding 2023-03-25 15:23:35 +08:00
parent b4395bfca4
commit e94be5f59c
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 83 additions and 5 deletions

View file

@ -393,7 +393,8 @@
}
return -1 < absPathLower.indexOf("onedrive") || -1 < absPathLower.indexOf("dropbox") ||
-1 < absPathLower.indexOf("google drive") || -1 < absPathLower.indexOf("pcloud")
-1 < absPathLower.indexOf("google drive") || -1 < absPathLower.indexOf("pcloud") ||
-1 < absPathLower.indexOf("坚果云")
}
const isICloudPath = (absPath) => {