From ef15f04a83f32b7e795bbb3f1e328b298c3b0557 Mon Sep 17 00:00:00 2001 From: bingling-sama Date: Mon, 29 Jul 2024 21:09:40 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(alias):=20fix=20alias=20erro?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/theme/analyzers/mcla.ts | 2 +- .vitepress/theme/components/AuthRedirect.vue | 2 +- .vitepress/theme/components/LogViewer.vue | 2 +- .../theme/components/ResponsibleEditor.vue | 15 +------ .vitepress/theme/configs/vite.ts | 8 ++-- .vitepress/theme/layouts/Posts.vue | 2 +- pnpm-lock.yaml | 41 +++++++++++++++++++ tsconfig.json | 6 --- 8 files changed, 50 insertions(+), 28 deletions(-) diff --git a/.vitepress/theme/analyzers/mcla.ts b/.vitepress/theme/analyzers/mcla.ts index 104ce93..c63c7e5 100644 --- a/.vitepress/theme/analyzers/mcla.ts +++ b/.vitepress/theme/analyzers/mcla.ts @@ -1,5 +1,5 @@ import type { Ref } from "vue" -import { useCDN } from "@theme/utils/cdn" +import { useCDN } from "@/theme/utils/cdn" export { VERSION, MCLA_GH_DB_PREFIX, loadMCLA } diff --git a/.vitepress/theme/components/AuthRedirect.vue b/.vitepress/theme/components/AuthRedirect.vue index d527c80..27ee5de 100644 --- a/.vitepress/theme/components/AuthRedirect.vue +++ b/.vitepress/theme/components/AuthRedirect.vue @@ -1,6 +1,6 @@