♻️ 收尾,基本测完了

This commit is contained in:
目棃
2024-07-07 17:07:11 +08:00
parent efcf16fe93
commit 2ba4596f50
10 changed files with 310 additions and 216 deletions

View File

@@ -89,6 +89,8 @@
"permissions": [
"app:allow-version",
"app:default",
"dialog:allow-save",
"dialog:default",
"event:allow-listen",
"event:default",
"fs:default",
@@ -98,7 +100,6 @@
"path:allow-resolve-directory",
"path:default",
"process:allow-exit",
"process:allow-restart",
"process:default",
"shell:allow-execute",
"shell:allow-open",
@@ -115,6 +116,7 @@
"window:allow-set-title",
"window:allow-set-focus",
"window:allow-show",
"window:allow-unminimize",
{ "identifier": "fs:allow-exists", "allow": [{ "path": "**" }] },
{ "identifier": "fs:allow-mkdir", "allow": [{ "path": "**" }] },
{ "identifier": "fs:allow-read-dir", "allow": [{ "path": "**" }] },