From 593fede47c88c3bd1672281fe864067a6c60f16e Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 29 Mar 2025 17:04:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E5=92=8C=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/components/filebrowser/FileList.vue | 2 +- src/plugins/vuetify/theme.ts | 8 ++++---- vite.config.ts | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index e1ac28ea..f8d66699 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@ - + diff --git a/src/components/filebrowser/FileList.vue b/src/components/filebrowser/FileList.vue index 17f9953a..b7980749 100644 --- a/src/components/filebrowser/FileList.vue +++ b/src/components/filebrowser/FileList.vue @@ -551,7 +551,7 @@ onMounted(() => { placeholder="搜索 ..." prepend-inner-icon="mdi-filter-outline" class="me-2" - rounded="0" + rounded /> diff --git a/src/plugins/vuetify/theme.ts b/src/plugins/vuetify/theme.ts index 31fedcfc..fcfb7c0a 100644 --- a/src/plugins/vuetify/theme.ts +++ b/src/plugins/vuetify/theme.ts @@ -67,9 +67,9 @@ const theme: VuetifyOptions['theme'] = { 'on-primary': '#FFFFFF', 'on-success': '#FFFFFF', 'on-warning': '#FFFFFF', - 'background': '#111827', + 'background': '#0E1116', 'on-background': '#E7E3FC', - 'surface': '#161D2C', + 'surface': '#14161F', 'on-surface': '#E7E3FC', 'grey-50': '#2A2E42', 'grey-100': '#474360', @@ -87,7 +87,7 @@ const theme: VuetifyOptions['theme'] = { }, variables: { 'code-color': '#d400ff', - 'overlay-scrim-background': '#1F2937', + 'overlay-scrim-background': '#191D21', 'overlay-scrim-opacity': 0.6, 'hover-opacity': 0.04, 'focus-opacity': 0.1, @@ -96,7 +96,7 @@ const theme: VuetifyOptions['theme'] = { 'pressed-opacity': 0.14, 'dragged-opacity': 0.1, 'border-color': '#E7E3FC', - 'table-header-background': '#1F2937', + 'table-header-background': '#14161F', 'custom-background': '#373452', // Shadows 'shadow-key-umbra-opacity': 'rgba(20, 18, 33, 0.08)', diff --git a/vite.config.ts b/vite.config.ts index 4db97329..b36475f7 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -96,8 +96,8 @@ export default defineConfig({ 'purpose': 'maskable', }, ], - 'theme_color': '#28243D', - 'background_color': '#28243D', + 'theme_color': '#0E1116', + 'background_color': '#0E1116', 'shortcuts': [ { 'name': '推荐',