From 734c99849da67629b724a5519589a2c575365ecd Mon Sep 17 00:00:00 2001 From: jason Date: Wed, 4 Mar 2026 00:09:01 +0800 Subject: [PATCH] feat: implement account archiving system and brand logo upgrade --- popup.css | 28 ++++++++++----- popup.html | 91 +++++++++++++++++++++++++++++++++-------------- popup.js | 101 +++++++++++++++++++++++++++++++++++++++++++++++------ 3 files changed, 174 insertions(+), 46 deletions(-) diff --git a/popup.css b/popup.css index 51a8b0d..5bd5ae1 100644 --- a/popup.css +++ b/popup.css @@ -34,14 +34,26 @@ body { border-bottom: 1px solid var(--border-color); } -h1 { - font-size: 16px; - font-weight: 600; - margin: 0; - background: linear-gradient(90deg, #2563eb, #3b82f6); - -webkit-background-clip: text; - background-clip: text; - -webkit-text-fill-color: transparent; +.logo { + display: flex; + align-items: center; + justify-content: center; + filter: drop-shadow(0 2px 4px rgba(59, 130, 246, 0.2)); + transition: transform 0.3s ease; +} + +.logo:hover { + transform: scale(1.05) rotate(2deg); +} + +#archive-toggle { + color: var(--text-secondary); + opacity: 0.7; +} + +#archive-toggle:hover { + opacity: 1; + background: rgba(100, 116, 139, 0.1); } .icon-btn { diff --git a/popup.html b/popup.html index a0e3b97..cb73c1c 100644 --- a/popup.html +++ b/popup.html @@ -11,7 +11,29 @@
-

清速登

+
+ + +
切换账号 @@ -22,36 +44,51 @@
-