From 2206a1ece13bd0291115369777af078591822439 Mon Sep 17 00:00:00 2001 From: Snowykami Date: Thu, 14 Aug 2025 01:48:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20MtrTrainInfo=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=9A=84=E4=B8=BB=E9=A2=98=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/rt-guide/mtr-train-info.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/rt-guide/mtr-train-info.tsx b/src/components/rt-guide/mtr-train-info.tsx index 4edd611..951e311 100644 --- a/src/components/rt-guide/mtr-train-info.tsx +++ b/src/components/rt-guide/mtr-train-info.tsx @@ -41,16 +41,16 @@ const initialData: BoardData = { theme: { statusBarColor: "#0033A0", statusBarTextColor: "#FFFFFF", - oddRowColor: "#0099CC", - evenRowColor: "#33CCCC", + oddRowColor: "#42b7de", + evenRowColor: "#5899cd", textColor: "#FFFFFF", platformBackgroundColor: "#00529B", platformTextColor: "#FFFFFF", trainTypeColors: { - local: "rgba(0, 0, 0, 0.2)", + local: "#319d2f", express: "#D93A3A", rapid: "#F2B705", - through: "#00A651", + through: "#9352ff", }, }, lang: "en",