test测试提交
This commit is contained in:
parent
51876fd452
commit
49520bf4cf
@ -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 lint:lint-staged
|
||||||
|
|||||||
@ -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 = () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user