测试提交

This commit is contained in:
WANGFAN\wangf 2024-12-05 17:26:37 +08:00
parent 9bbbd84059
commit 24ae1477da
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh #!/usr/bin/env sh
. "${0%/*}/h" . "$(dirname "$0")/husky.sh"
npm run lint:lint-staged npm run lint

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