mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-12 18:24:21 +01:00
🎨 改进 Windows 端第三方同步盘检测 Fix https://github.com/siyuan-note/siyuan/issues/7777
This commit is contained in:
parent
b4395bfca4
commit
e94be5f59c
2 changed files with 83 additions and 5 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue