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 天 }