From 4fbb54cd2bf4a379b1f6b108fe6af0f2b066f915 Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Thu, 28 Dec 2023 09:04:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vue.config.js b/vue.config.js index 69700fa6..65b48c56 100644 --- a/vue.config.js +++ b/vue.config.js @@ -29,4 +29,5 @@ module.exports = defineConfig({ }, }, }, + assetsInclude: ["**/*.tga"], });