From a8b91084623321e27072f0388fd5f091ea49e8b6 Mon Sep 17 00:00:00 2001 From: xieyonghong <18010623010@163.com> Date: Thu, 12 Jan 2023 14:52:48 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E4=BF=AE=E6=94=B9=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.ts | 2 +- vite.config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.ts b/config/config.ts index 88915884..108726d5 100644 --- a/config/config.ts +++ b/config/config.ts @@ -1,6 +1,6 @@ export default { theme: { - 'primary-color': '#00A4FF', + 'primary-color': '#1d39c4', }, logo: '/favicon.ico', title: 'Jetlinks' diff --git a/vite.config.ts b/vite.config.ts index 370a0e21..a6b26baf 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -89,8 +89,8 @@ export default defineConfig(({ mode}) => { preprocessorOptions: { less: { modifyVars: { + hack: `true; @import (reference) "${path.resolve('src/style/variable.less')}";`, ...Config.theme, - hack: `true; @import (reference) "${path.resolve('src/style/variable.less')}";` }, javascriptEnabled: true, }