From 305fcb9a7cb7b8212c7def87b485e7d9f457f2d4 Mon Sep 17 00:00:00 2001 From: clz Date: Tue, 28 Jul 2026 13:34:35 +0800 Subject: [PATCH] =?UTF-8?q?refactor(ai-pick):=20=E4=B8=BB=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E8=83=8C=E6=99=AF=E6=94=B9=E7=94=A8=E8=87=AA=E5=BB=BA?= =?UTF-8?q?=E8=89=B2bg=5Fhotlist=5Forange=EF=BC=8C=E4=B8=8ECardHarmoyos/Vu?= =?UTF-8?q?e=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/ets/ai-pick/AiPickNodeComponent.ets | 2 +- src/main/resources/base/element/color.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/ets/ai-pick/AiPickNodeComponent.ets b/src/main/ets/ai-pick/AiPickNodeComponent.ets index d727389..e9fb297 100644 --- a/src/main/ets/ai-pick/AiPickNodeComponent.ets +++ b/src/main/ets/ai-pick/AiPickNodeComponent.ets @@ -659,7 +659,7 @@ export struct AiPickNodeComponent { .height(16) .textAlign(TextAlign.Center) .borderRadius(2) - .backgroundColor($r('app.color.elements_button_bg_tertiary')) + .backgroundColor($r('app.color.bg_hotlist_orange')) } } .width('35%') diff --git a/src/main/resources/base/element/color.json b/src/main/resources/base/element/color.json index 12505b2..109d78c 100644 --- a/src/main/resources/base/element/color.json +++ b/src/main/resources/base/element/color.json @@ -122,6 +122,10 @@ { "name": "hotlist_purple", "value": "#b341d9" + }, + { + "name": "bg_hotlist_orange", + "value": "#1AFF661A" } ] }