星座图

This commit is contained in:
严浩
2025-04-07 16:56:04 +08:00
parent c06cc44cbd
commit 371b7a71c9
10 changed files with 8064 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
"lint": "run-s lint:*",
"_oxlint_cfg": "oxlint . --fix --ignore-path=.gitignore --print-config",
"__oxlint_-D": "oxlint . --fix --deny=correctness",
"lint:oxlint": "oxlint . --fix",
"lint:oxlint": "oxlint --fix",
"lint:eslint": "eslint . --fix",
"prepare": "husky",
"playwright": "playwright test",