From b2448a81ec895e9e0cbf83f730c59363335c32dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B0=E6=9C=94?= <565183519@qq.com> Date: Tue, 30 Jun 2026 18:04:10 +0800 Subject: [PATCH] =?UTF-8?q?=C2=A73=20=E5=AE=A2=E6=88=B7=E7=AB=AF=E5=8D=A1?= =?UTF-8?q?=E7=89=87=EF=BC=9A=E6=81=A2=E5=A4=8D=E8=BE=B9=E6=A1=86+hover?= =?UTF-8?q?=E5=8A=A8=E6=95=88=20+=20=E4=BB=8B=E7=BB=8D=E5=85=89=E6=B9=96?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=AB=AF=E6=98=AF=E4=BB=80=E4=B9=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homepage/index.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/homepage/index.html b/homepage/index.html index 69d9fb9..b5086ed 100644 --- a/homepage/index.html +++ b/homepage/index.html @@ -275,9 +275,16 @@ section { padding: 90px 0; } /* HoloLake card */ .hololake-card { - background: var(--bg-card); border: none; + background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 36px 32px; text-align: center; + transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1); + transform: translateY(0); +} +.hololake-card:hover { + border-color: var(--accent); + transform: translateY(-3px); + box-shadow: 0 8px 32px rgba(212,168,83,0.08); } .hololake-card h3 { font-size: 24px; font-weight: 700; margin-bottom: 12px; } .hololake-card p { font-size: 15px; color: var(--text-secondary); margin-bottom: 8px; line-height: 1.65; } @@ -560,8 +567,9 @@ footer {
本地 Markdown · Git 仓库 · 端到端加密同步。
-公网可达。无第三方中间层。
+光湖语言世界的人类端入口软件。
+本地 Gitea 仓库 · 无第三方中间层。
+内置 AI Agent 侧边栏 · 编号身份登录。