From 740afca05a0908c161756d6482199e7acf378738 Mon Sep 17 00:00:00 2001 From: xfy Date: Fri, 3 Jul 2026 11:36:24 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=9C=A8=20lint=20=E4=B8=AD=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E7=B1=BB=E5=9E=8B=E6=A3=80=E6=9F=A5=E5=B9=B6=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=BD=BD=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 Makefile 的 lint 目标中增加 `pnpm typecheck` - 添加带渐变效果的旋转加载 SVG 图标 --- Makefile | 2 +- public/icons/90-ring-with-gradient.svg | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 public/icons/90-ring-with-gradient.svg diff --git a/Makefile b/Makefile index 1a97107..c66d27b 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,7 @@ test: # JS + Rust 一次性检查(不改动文件)。 lint: @echo "==> Biome check (libs)" - @cd libs && pnpm exec biome check . + @cd libs && pnpm exec biome check . && pnpm typecheck @echo "==> Cargo clippy (Rust)" @cargo clippy --all-targets --all-features -- -D warnings diff --git a/public/icons/90-ring-with-gradient.svg b/public/icons/90-ring-with-gradient.svg new file mode 100644 index 0000000..01b3fd4 --- /dev/null +++ b/public/icons/90-ring-with-gradient.svg @@ -0,0 +1,14 @@ + \ No newline at end of file