mirror of
https://github.com/snowykami/web-tools.git
synced 2025-09-03 19:56:27 +00:00
feat: 更新 MtrTrainInfo 组件的主题颜色配置
All checks were successful
Build and Push Container Image, Deploy to Host / build-and-push-and-deploy (push) Successful in 1m50s
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:
@ -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",
|
||||
|
Reference in New Issue
Block a user