From 6b9f3d9c443c33ee38cb58cc223c6685204459f8 Mon Sep 17 00:00:00 2001 From: QLHazyCoder <2825305047@qq.com> Date: Fri, 24 Apr 2026 23:57:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E6=8F=90=E9=86=92=E6=A0=B7=E5=BC=8F=E5=92=8C?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sidepanel/sidepanel.css | 12 ++++++++++++ sidepanel/sidepanel.html | 3 ++- tests/sidepanel-icloud-manager.test.js | 10 ++++++++++ 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/sidepanel/sidepanel.css b/sidepanel/sidepanel.css index c96c47d..923983c 100644 --- a/sidepanel/sidepanel.css +++ b/sidepanel/sidepanel.css @@ -523,6 +523,18 @@ header { line-height: 1.6; } +.update-card-reminder { + margin: 0; + padding: 8px 10px; + border: 1px solid color-mix(in srgb, var(--orange) 28%, var(--border)); + border-radius: var(--radius-sm); + background: color-mix(in srgb, var(--orange-soft) 70%, var(--bg-base)); + color: var(--orange); + font-size: 12px; + font-weight: 700; + line-height: 1.5; +} + .update-release-list { display: flex; flex-direction: column; diff --git a/sidepanel/sidepanel.html b/sidepanel/sidepanel.html index 8436557..ae04807 100644 --- a/sidepanel/sidepanel.html +++ b/sidepanel/sidepanel.html @@ -100,6 +100,7 @@ +
请更新前导出配置
@@ -816,4 +817,4 @@