test测试提交

This commit is contained in:
WANGFAN\wangf 2024-12-05 17:43:29 +08:00
parent 39b4d96f6c
commit f8a98d7135
3 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
#!/usr/bin/env sh #!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh" . "$(dirname "$0")/husky.sh"

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh #!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh" . "$(dirname "$0")/_/husky.sh"
pnpm run lint:lint-staged pnpm run fix

View File

@ -8,7 +8,7 @@
import { loadingPage } from "@/utils/loading-page"; import { loadingPage } from "@/utils/loading-page";
import { useThemeMethods } from "@/hooks/useThemeMethods"; import { useThemeMethods } from "@/hooks/useThemeMethods";
let a = "12345"; let a = "123453";
// //
const onTheme = () => { const onTheme = () => {