测试提交

This commit is contained in:
WANGFAN\wangf 2024-12-05 17:25:53 +08:00
parent 52516c8921
commit 9bbbd84059
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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