Update impl

This commit is contained in:
2026-04-13 18:46:18 +08:00
parent cdd21f4633
commit a6fce677e8
7 changed files with 93 additions and 56 deletions

View File

@@ -5,20 +5,6 @@
"windows": ["main"],
"permissions": [
"core:default",
"opener:default",
"fs:default",
{
"identifier": "fs:allow-read",
"allow": [{ "path": "**" }]
},
{
"identifier": "fs:allow-write",
"allow": [{ "path": "**" }]
},
{
"identifier": "fs:allow-mkdir",
"allow": [{ "path": "**" }]
},
"fs:allow-exists"
"opener:default"
]
}