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