test测试提交

This commit is contained in:
WANGFAN\wangf 2024-12-05 17:37:47 +08:00
parent 8f2954daae
commit 36e229abf5
2 changed files with 2 additions and 2 deletions

View File

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

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 = "123"; let a = "1234";
// //
const onTheme = () => { const onTheme = () => {