From 70c2f6f978860b0bd8e17465a606ebd7f4c558f4 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Fri, 19 Sep 2025 11:01:48 +0800 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20.gitignore=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 .gitignore 中添加 dist-test.tar.gz 和 dist.tar.gz 文件 - 避免这些文件在版本控制中产生不必要的提交 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e8d329b..a391a02 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,5 @@ analyzer.html .cursor/* .lingma/* dist/* +dist-test.tar.gz +dist.tar.gz From eff5998ddc5b29947a9d5346c24db8ee28a816e0 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Fri, 19 Sep 2025 14:58:23 +0800 Subject: [PATCH 2/2] =?UTF-8?q?style(layout):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8F=E5=8F=B3=E4=BE=A7=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/components/navbar/components/right-side/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/layouts/components/navbar/components/right-side/index.vue b/src/layouts/components/navbar/components/right-side/index.vue index f49942b..d15be0d 100644 --- a/src/layouts/components/navbar/components/right-side/index.vue +++ b/src/layouts/components/navbar/components/right-side/index.vue @@ -75,7 +75,9 @@