星座图
Some checks failed
/ lint-build-and-check (push) Failing after 2m57s
/ build-and-deploy-to-vercel (push) Failing after 3m0s
/ surge (push) Successful in 2m39s
/ playwright (push) Successful in 1m2s

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",