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: {
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",