feat: Support drag and drop local files

This commit is contained in:
MystiPanda
2024-05-02 20:41:43 +08:00
parent ae43e5cae4
commit 202015fe34
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": [],