From fc90a29c03a0bf4d91c651c2779050f70db7a63e Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 16 Jan 2026 21:04:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20@tauri-apps/cli=20?= =?UTF-8?q?=E6=9C=80=E6=96=B0=E7=89=88=E6=9C=AC=E4=BD=9C=E4=B8=BA=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 npm 包 @tauri-apps/cli 的最新版本作为项目工具依赖 --- mise.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/mise.toml b/mise.toml index 16fadc4..beb7939 100644 --- a/mise.toml +++ b/mise.toml @@ -1,2 +1,3 @@ [tools] rust = 'latest' +'npm:@tauri-apps/cli' = "latest"