From 08d4018e84039c5a9d400790704fa931afdc861b Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 31 七月 2024 23:18:01 +0800 Subject: [PATCH] 模板变量维护更新 --- internal/vite-config/src/plugins/index.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/vite-config/src/plugins/index.ts b/internal/vite-config/src/plugins/index.ts index 9ce7a66..7b38c33 100644 --- a/internal/vite-config/src/plugins/index.ts +++ b/internal/vite-config/src/plugins/index.ts @@ -2,9 +2,9 @@ * @Description: file content * @Author: Ben Lin * @version: - * @Date: 2024-06-17 14:51:25 + * @Date: 2024-06-18 21:50:22 * @LastEditors: Ben Lin - * @LastEditTime: 2024-06-18 10:38:24 + * @LastEditTime: 2024-06-18 23:44:19 */ import vue from '@vitejs/plugin-vue'; import vueJsx from '@vitejs/plugin-vue-jsx'; -- Gitblit v1.9.3