From 11d8cffa578325f2d12892d2974c357e4c2ae524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E8=88=AA=E5=AE=87?= <3364451258@qq.com> Date: Wed, 17 Jun 2026 09:16:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20tauri-plugin-store=20=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=20=E2=80=94=20{}=20=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E7=A9=BA=20plugins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gui/tauri.conf.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gui/tauri.conf.json b/gui/tauri.conf.json index b0a2df5..193b7f1 100644 --- a/gui/tauri.conf.json +++ b/gui/tauri.conf.json @@ -26,9 +26,7 @@ "csp": null } }, - "plugins": { - "store": {} - }, + "plugins": {}, "bundle": { "active": true, "targets": "nsis",