From 39b4d96f6cfffcda07212aae1e33687003407ded Mon Sep 17 00:00:00 2001 From: "WANGFAN\\wangf" <15871339963@163.com> Date: Thu, 5 Dec 2024 17:39:32 +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 +- src/App.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 834a8a2..4df9464 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,2 +1,2 @@ #!/usr/bin/env sh -. "${0%/*}/h" +. "$(dirname -- "$0")/_/husky.sh" diff --git a/src/App.vue b/src/App.vue index 1730eb4..b423825 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 = "1234"; +let a = "12345"; // 初始化主题 const onTheme = () => {