From 626f99f0d1aa9254ded540ebd28456fef2e4fb4c Mon Sep 17 00:00:00 2001 From: spark Date: Sun, 9 Feb 2025 16:17:12 +0800 Subject: [PATCH] =?UTF-8?q?refactor(frontend):=E9=87=8D=E6=9E=84=E5=85=B3?= =?UTF-8?q?=E4=BA=8E=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 使用 n-divider组件替代 h1 标题,提高页面美观度 - 移除多余的 n-card 嵌套,简化页面结构 - 注释掉多余的 h1 标题,优化代码可读性 --- frontend/src/components/about.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/about.vue b/frontend/src/components/about.vue index d8ddcec..ea7af5d 100644 --- a/frontend/src/components/about.vue +++ b/frontend/src/components/about.vue @@ -23,8 +23,8 @@ onMounted(() => { + 关于软件 -

关于软件

go-stock {{versionInfo}}

@@ -40,11 +40,9 @@ onMounted(() => {

更新说明:{{updateLog}}

-
- - + 关于作者 -

关于作者

+

@ArvinLovegood

一个热爱编程的小白,欢迎关注我的Github