From b5698f8d4380672b8dd260101cb9f87f471098a5 Mon Sep 17 00:00:00 2001 From: lanyeeee Date: Sun, 15 Mar 2026 10:33:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B0=86=E6=A0=BC=E5=BC=8F=E5=8C=96?= =?UTF-8?q?=E5=92=8C=E4=BB=A3=E7=A0=81=E6=A3=80=E6=9F=A5=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E8=A6=86=E7=9B=96=E6=8F=92=E4=BB=B6=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 39665cb..842a2c2 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "build": "vue-tsc --noEmit && vite build", "preview": "vite preview", "tauri": "tauri", - "format": "prettier . -w && cd src-tauri && cargo fmt --all", - "check": "prettier . --check && eslint -c eslint.config.js --max-warnings=0 src && vue-tsc --noEmit && cd src-tauri && cargo clippy -- -D warnings" + "format": "prettier . -w && cargo fmt --all --manifest-path src-tauri/Cargo.toml && cargo fmt --all --manifest-path src-plugin/Cargo.toml && cargo fmt --all --manifest-path src-plugin/examples/Cargo.toml", + "check": "prettier . --check && eslint -c eslint.config.js --max-warnings=0 src && vue-tsc --noEmit && cargo clippy --manifest-path src-tauri/Cargo.toml -- -D warnings && cargo clippy --manifest-path src-plugin/Cargo.toml --workspace -- -D warnings && cargo clippy --manifest-path src-plugin/examples/Cargo.toml --workspace -- -D warnings" }, "dependencies": { "@phosphor-icons/vue": "^2.2.1",