From 1b67e15071479d9240868f2a9c151a2add635b86 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 24 Jul 2026 09:25:28 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AF=BC=E5=85=A5=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=94=B9=E4=B8=BA=E5=A7=8B=E7=BB=88=E9=AB=98?= =?UTF-8?q?=E4=BA=AE(btn-primary)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 原 btn-secondary 与页面背景同色、文字灰,视觉上偏暗;导入操作无前置依赖 (随时可点),应始终可用且醒目,故改为 btn-primary 与组织按钮一致。 --- src/components/HeaderBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HeaderBar.vue b/src/components/HeaderBar.vue index a6ff7a4..46e4a95 100644 --- a/src/components/HeaderBar.vue +++ b/src/components/HeaderBar.vue @@ -44,7 +44,7 @@ function onDownload() { - +