From c2723a793bb87abb72aec988e34e7a82b572b119 Mon Sep 17 00:00:00 2001 From: Vixalie Date: Tue, 5 Aug 2025 06:35:52 +0800 Subject: [PATCH] =?UTF-8?q?refactor(src):=20=E6=9B=B4=E6=96=B0=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E5=9B=BE=E6=A0=87=E5=B9=B6=E4=BC=98=E5=8C=96=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 tabler 图标替换为 hugeicons 图标 - 修改菜单按钮样式,增加 hover 和 active 状态 - 调整图标大小和样式 --- src/Layout.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Layout.tsx b/src/Layout.tsx index 8d1c3df..8955a72 100644 --- a/src/Layout.tsx +++ b/src/Layout.tsx @@ -31,28 +31,28 @@ const Layout: ParentComponent = (props) => { classList={{ 'ps-20': os === 'macos' }} data-tauri-drag-region> - + Models - + Browse - + Download - + Prompt - + Settings -
- -
+
{props.children}