From 82e49ee192aa1783a59c89e2829a37edde64f404 Mon Sep 17 00:00:00 2001
From: wangpeijian <1633007084@qq.com>
Date: Thu, 19 Mar 2026 18:26:35 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E5=85=AC=E5=8F=B8?=
=?UTF-8?q?=E6=88=90=E7=AB=8B=E5=B9=B4=E4=BB=BD=E5=B9=B6=E4=BC=98=E5=8C=96?=
=?UTF-8?q?=E9=A1=B5=E8=84=9A=E9=93=BE=E6=8E=A5=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
修正关于我们部分的公司成立年份从2022年改为2019年
为页脚底部链接添加悬停效果和基础样式
---
src/components/AboutSection.vue | 2 +-
src/components/FooterSection.vue | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/src/components/AboutSection.vue b/src/components/AboutSection.vue
index e39b200..bbf93c5 100644
--- a/src/components/AboutSection.vue
+++ b/src/components/AboutSection.vue
@@ -8,7 +8,7 @@
专注 AI 落地
深耕企业场景
- 北京硅基伙伴科技有限公司,成立于 2022 年, + 北京硅基伙伴科技有限公司,成立于 2019 年, 总部位于北京。我们由一批来自顶级互联网公司和 AI 研究院的技术专家创立, 专注于企业 AI 数字化转型技术服务,致力于让先进的 AI 能力真正在企业中落地生根。
diff --git a/src/components/FooterSection.vue b/src/components/FooterSection.vue index 1d7f0d0..c1c8706 100644 --- a/src/components/FooterSection.vue +++ b/src/components/FooterSection.vue @@ -194,6 +194,13 @@ const linkCols = [ font-size: 12px; color: rgba(255,255,255,.3); } +.footer-bottom-left a { + color: inherit; + text-decoration: none; +} +.footer-bottom-left a:hover { + color: rgba(255,255,255,.5); +} .footer-bottom-right { display: flex; gap: 20px;