From f8a98d7135d6b12f5a488db2af26c5149874505e Mon Sep 17 00:00:00 2001 From: "WANGFAN\\wangf" <15871339963@163.com> Date: Thu, 5 Dec 2024 17:43:29 +0800 Subject: [PATCH] =?UTF-8?q?test=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .husky/commit-msg | 2 +- .husky/pre-commit | 4 ++-- src/App.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 4df9464..6212e44 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,2 +1,2 @@ #!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" +. "$(dirname "$0")/husky.sh" diff --git a/.husky/pre-commit b/.husky/pre-commit index aacda1b..b7637b4 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" +. "$(dirname "$0")/_/husky.sh" -pnpm run lint:lint-staged +pnpm run fix diff --git a/src/App.vue b/src/App.vue index b423825..4ba6492 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,7 +8,7 @@ import { loadingPage } from "@/utils/loading-page"; import { useThemeMethods } from "@/hooks/useThemeMethods"; -let a = "12345"; +let a = "123453"; // 初始化主题 const onTheme = () => {