release: v0.2.1 — bug修复、代码去重、功能增强、覆盖率88.57%
CI / test (18.x) (push) Successful in 10m1s
CI / test (20.x) (push) Successful in 9m59s
CI / test (22.x) (push) Successful in 9m58s
CI / test (24.x) (push) Successful in 9m55s

This commit is contained in:
thzxx
2026-07-25 13:01:59 +08:00
parent cca2675fb4
commit b5c670ece3
23 changed files with 1703 additions and 320 deletions
+2
View File
@@ -17,6 +17,8 @@
"no-console": "warn",
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": ["warn", { "argsIgnorePattern": "^_", "varsIgnorePattern": "^_" }],
"@typescript-eslint/no-explicit-any": "warn",
"prefer-const": "warn",
"no-undef": "off",
"no-empty": "off",
"no-useless-escape": "off",