测试提交
This commit is contained in:
parent
52516c8921
commit
9bbbd84059
@ -1,4 +1,2 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
. "$(dirname "$0")/husky.sh"
|
. "${0%/*}/h"
|
||||||
|
|
||||||
npm run lint:lint-staged
|
|
||||||
|
|||||||
@ -1,2 +1,4 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
. "${0%/*}/h"
|
. "${0%/*}/h"
|
||||||
|
|
||||||
|
npm 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 = "12345";
|
let a = "123456";
|
||||||
|
|
||||||
// 初始化主题
|
// 初始化主题
|
||||||
const onTheme = () => {
|
const onTheme = () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user