From 69ee6dfd4caeb46c7a933d2365826742872fc266 Mon Sep 17 00:00:00 2001 From: Frankie Huang Date: Sat, 5 Apr 2025 19:58:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20plugin-fs=20=E6=94=AF=E6=8C=81=E8=AF=BB?= =?UTF-8?q?=E5=8F=96=E4=BB=A5=20.=20=E5=BC=80=E5=A4=B4=E7=9A=84=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E5=92=8C=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/capabilities/default.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json index bfb4265..e3e14c0 100644 --- a/src-tauri/capabilities/default.json +++ b/src-tauri/capabilities/default.json @@ -15,6 +15,12 @@ "allow": [ { "path": "$HOME/**" + }, + { + "path": "$HOME/**/.*" + }, + { + "path": "$HOME/**/.*/**" } ] },