第一次上传

This commit is contained in:
caolc
2023-09-11 16:20:54 +08:00
commit 041268b720
133 changed files with 26089 additions and 0 deletions

7
.husky/commit-msg Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
# Export Git hook params
export GIT_PARAMS=$*
npx --no-install fabric verify-commit

4
.husky/pre-commit Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx --no-install lint-staged