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;