feat: Support drag and drop local files

This commit is contained in:
MystiPanda
2024-05-02 20:41:43 +08:00
parent bd6f02f6af
commit 7a3cc7d242
3 changed files with 36 additions and 3 deletions

View File

@@ -69,7 +69,8 @@
},
"fs": {
"exists": true,
"scope": ["$APPDATA/**", "$RESOURCE/../**"]
"readFile": true,
"scope": ["$APPDATA/**", "$RESOURCE/../**", "**"]
}
},
"windows": [],