From 6593225d0f2fb4d35d0514687209beeeddf7fa5c Mon Sep 17 00:00:00 2001 From: Yuhang Wu Date: Fri, 14 Aug 2026 17:40:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E7=AA=97=E5=8F=A3?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E6=A0=8F=E5=92=8C=E8=AE=BE=E7=BD=AE=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除WindowTitlbar组件中的装饰点元素及其相关样式 - 在MainLayout中添加flex占位符以改善布局结构 - 更新组件类型定义,添加Naive UI组件类型声明 - 重构SettingsView使用Naive UI布局组件,提升响应式体验 - 移除过时的侧边栏描述文本和样式配置 - 调整菜单选中状态的视觉效果 --- src/components/WindowTitlebar.vue | 12 +--- src/layouts/MainLayout.vue | 10 +++- src/types/components.d.ts | 7 +++ src/views/SettingsView.vue | 97 ++++++++++++++----------------- 4 files changed, 60 insertions(+), 66 deletions(-) diff --git a/src/components/WindowTitlebar.vue b/src/components/WindowTitlebar.vue index 76133f3..4f59601 100644 --- a/src/components/WindowTitlebar.vue +++ b/src/components/WindowTitlebar.vue @@ -1,7 +1,6 @@