From 3b281062d722ddf4e7a15f625cf3b35210bbf344 Mon Sep 17 00:00:00 2001 From: zhaotianzeng Date: Sat, 21 Dec 2024 19:31:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E5=BE=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 15e1a22..292cbc1 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - Vite App + Alist课程插件
diff --git a/package.json b/package.json index 38a9c40..4d1b2b0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "vite build", + "build": "vite build --base=/alist-course-plugin/", "preview": "vite preview", "build-only": "vite build", "type-check": "vue-tsc --build",