From 9749e20971a05c6248957913915efc75034ec866 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Thu, 13 Nov 2025 17:54:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E5=96=84=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E4=BA=A4=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../index/components/chat/ChatTopNavBar/index.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/pages/index/components/chat/ChatTopNavBar/index.vue b/src/pages/index/components/chat/ChatTopNavBar/index.vue index 42cb1b1..8c08e0c 100644 --- a/src/pages/index/components/chat/ChatTopNavBar/index.vue +++ b/src/pages/index/components/chat/ChatTopNavBar/index.vue @@ -12,10 +12,13 @@ > 沐沐 + {{ config.name }} + @@ -34,10 +37,8 @@ const props = defineProps({ }); const show = ref(false); - +const config = getCurrentConfig(); const getStyle = computed(() => { - const config = getCurrentConfig(); - return { "--ipSmallImageStep": config.ipSmallImageStep, "--ipSmallImageHeight": config.ipSmallImageHeight,