mirror of
https://github.com/snowykami/web-tools.git
synced 2025-09-05 08:16:24 +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: {
|
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",
|
||||||
|
Reference in New Issue
Block a user