From a95dc646ced90af1f4986ecf48f878c2004fb83f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 21 Jul 2025 22:06:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=20Tauri=20=E7=9B=B8=E5=85=B3=E5=8C=85?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=AD=A3=E5=88=99=E8=A1=A8=E8=BE=BE=E5=BC=8F?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.json5 b/default.json5 index f6e5801..a730b46 100644 --- a/default.json5 +++ b/default.json5 @@ -95,8 +95,8 @@ "matchPackageNames": [ "tauri", "tauri-build", - "/^@tauri-apps\\/", // 匹配所有 @tauri-apps/ 开头的包 - "/^tauri-plugin-/" // 匹配所有 tauri-plugin- 开头的包 + "/^@tauri-apps\\//", // 匹配所有 @tauri-apps/ 开头的包 + "/^tauri-plugin-/" // 匹配所有 tauri-plugin- 开头的包 ], "minimumReleaseAge": "3 days" // 设置 Tauri 相关包的发布稳定期为 3 天 }