From e865c80c7458dc33db34cbf0fcacf37ae08b7ba1 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Tue, 30 Dec 2025 00:14:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=E5=A4=84=E7=90=86=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=E6=89=93=E5=8C=85=E7=89=88=E6=9C=AC?= 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 1a5eb8d6..2316d4ce 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -14,7 +14,7 @@ import pkgJson from "./package.json" with { type: "json" }; import buildTimePlugin from "./src/utils/TGBuild.js"; const host = process.env.TAURI_DEV_HOST; -const commitHash = (process.env.APP_VERSION || "").slice(0, 7); +const commitHash = (process.env.APP_VERSION || "test").slice(0, 7); // https://vitejs.dev/config/ export default defineConfig({