From b37bd48a8ed7145bec3bef7eafe1ad7aea856b58 Mon Sep 17 00:00:00 2001 From: Z User Date: Thu, 16 Jul 2026 22:24:00 +0000 Subject: [PATCH] Simplify download buttons: remove separate Agent button, add 'Built-in Agent' subtext --- index.html | 50 +++++++++++++------------------------------------- 1 file changed, 13 insertions(+), 37 deletions(-) diff --git a/index.html b/index.html index 2fa2042..a173871 100755 --- a/index.html +++ b/index.html @@ -457,31 +457,16 @@ .dl-platform-btn.download:hover { background: #6ee7b7; } - .dl-platform-btn.agent { - background: transparent; - color: #34d399; - border: 1px solid rgba(52, 211, 153, 0.35); - font-size: 0.72rem; - padding: 0.4rem 0.9rem; - } - .dl-platform-btn.agent:hover { - background: rgba(52, 211, 153, 0.1); - border-color: #34d399; - } - .dl-platform-actions { - display: flex; - flex-direction: column; - align-items: flex-end; - gap: 0.4rem; - flex-shrink: 0; - } - .dl-platform-note { - font-size: 0.65rem; - color: #475569; - text-align: right; + .dl-btn-sub { + display: block; + font-size: 0.6rem; + font-weight: 500; + opacity: 0.7; + margin-top: 1px; } a.dl-platform-btn.download { display: inline-flex; + flex-direction: column; align-items: center; justify-content: center; text-decoration: none; @@ -928,11 +913,8 @@
Windows
Windows 10 / 11 (x64)
-
- Download - - Internet required -
+ Download + Built-in Agent @@ -944,11 +926,8 @@
Ubuntu
Ubuntu 20.04+ (x64)
-
- Download - - Internet required -
+ Download + Built-in Agent @@ -960,11 +939,8 @@
macOS
macOS 12+ (Apple Silicon)
-
- Download - - Internet required -
+ Download + Built-in Agent