feat: 更新 MtrTrainInfo 组件的主题颜色配置
All checks were successful
Build and Push Container Image, Deploy to Host / build-and-push-and-deploy (push) Successful in 1m50s

This commit is contained in:
2025-08-14 01:48:36 +08:00
parent 5c601e75bc
commit 2206a1ece1

View File

@ -41,16 +41,16 @@ const initialData: BoardData = {
theme: { theme: {
statusBarColor: "#0033A0", statusBarColor: "#0033A0",
statusBarTextColor: "#FFFFFF", statusBarTextColor: "#FFFFFF",
oddRowColor: "#0099CC", oddRowColor: "#42b7de",
evenRowColor: "#33CCCC", evenRowColor: "#5899cd",
textColor: "#FFFFFF", textColor: "#FFFFFF",
platformBackgroundColor: "#00529B", platformBackgroundColor: "#00529B",
platformTextColor: "#FFFFFF", platformTextColor: "#FFFFFF",
trainTypeColors: { trainTypeColors: {
local: "rgba(0, 0, 0, 0.2)", local: "#319d2f",
express: "#D93A3A", express: "#D93A3A",
rapid: "#F2B705", rapid: "#F2B705",
through: "#00A651", through: "#9352ff",
}, },
}, },
lang: "en", lang: "en",