From 1359691ee2f2f0f78ebcaf02d8d9b4246b9b7d8c Mon Sep 17 00:00:00 2001 From: master1lan <278457198@qq.com> Date: Fri, 17 Feb 2023 20:37:08 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20fix(custom):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 5d144b6..cf9ad80 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -38,7 +38,7 @@ import { createHtmlPlugin } from "vite-plugin-html"; export default defineConfig(({ mode }) => { return { define: { - __APP_VERSION__: packageJson.version, + __APP_VERSION__: "0.01", isdev: mode === "development", }, resolve: {