This commit is contained in:
chenjiancheng 2025-07-03 15:38:49 +08:00
commit 14796f7722
4 changed files with 3 additions and 17 deletions

View File

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

View File

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

View File

@ -1,6 +0,0 @@
#!/bin/sh
[[ "$(uname -a)" = *"MINGW64"* ]] && exit 0
[ -n "$CI" ] && exit 0
. "$(dirname "$0")/_/husky.sh"
exec < /dev/tty && npx git-cz --hook || true

View File

@ -477,7 +477,7 @@ onMounted(() => {
endTime,
},
headers: {
Authorization: res,
y4Authorization: res,
},
})
.then((res1) => {
@ -491,7 +491,7 @@ onMounted(() => {
.get({
url: `/y4_sys/y4/main/callCount`,
headers: {
Authorization: res,
y4Authorization: res,
},
})
.then((res2) => {
@ -507,7 +507,7 @@ onMounted(() => {
.get({
url: '/y4_sys/y4/socialSearch/showStats',
headers: {
Authorization: res,
y4Authorization: res,
},
})
.then((res3) => {