aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/capabilities/default.json
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2026-03-26 08:16:59 +0800
committer苏向夜 <fu050409@163.com>2026-03-26 08:47:19 +0800
commitb95cd870357fcb0973bb02b1ec2d2fc061eafaec (patch)
tree16dcf7c499d68e4d0205d16e6eaac765f853412d /src-tauri/capabilities/default.json
parentfbaee6cde3660143b65624620cfde748fd822f4c (diff)
downloadDropOut-b95cd870357fcb0973bb02b1ec2d2fc061eafaec.tar.gz
DropOut-b95cd870357fcb0973bb02b1ec2d2fc061eafaec.zip
chore(pnpm): fix pnpm lock file
Diffstat (limited to 'src-tauri/capabilities/default.json')
-rw-r--r--src-tauri/capabilities/default.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json
index ea3fd7b..81975f2 100644
--- a/src-tauri/capabilities/default.json
+++ b/src-tauri/capabilities/default.json
@@ -20,12 +20,12 @@
"allow": [{ "path": "**" }]
},
{
- "identifier": "fs:allow-exists",
- "allow": [{ "path": "**" }]
+ "identifier": "fs:allow-exists",
+ "allow": [{ "path": "**" }]
},
{
- "identifier": "fs:allow-write-text-file",
- "allow": [{ "path": "**" }]
+ "identifier": "fs:allow-write-text-file",
+ "allow": [{ "path": "**" }]
}
]
}