From b4c8bfbcc0aed742c714a862d1173149f7092900 Mon Sep 17 00:00:00 2001 From: lwt <215586800@qq.com> Date: Fri, 8 May 2026 22:58:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0gemini=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 14 +++++++++++++- styles.css | 16 ++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 588eebb..9d839f7 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + sumi.work - 服务入口 @@ -56,6 +56,18 @@ Syncthing 文件同步 + + + + Gemini + Google AI 助手 · 外部链接 + diff --git a/styles.css b/styles.css index 31e6be0..33b9282 100644 --- a/styles.css +++ b/styles.css @@ -257,6 +257,22 @@ h1 { background: linear-gradient(135deg, rgba(127, 240, 207, 0.24), transparent 62%); } +.accent-gemini::before { + background: + radial-gradient(circle at 18% 20%, rgba(118, 200, 255, 0.3), transparent 28%), + radial-gradient(circle at 76% 24%, rgba(255, 155, 131, 0.26), transparent 34%), + linear-gradient(135deg, rgba(186, 140, 255, 0.26), transparent 64%); +} + +.service-card-wide { + min-height: 132px; + grid-column: 1 / -1; +} + +.service-card-wide .service-icon { + margin-bottom: 20px; +} + .service-icon, .service-title, .service-desc {