Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified src/assets/main2025/bus_CSX.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/routes/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ router.get('/save-graph', saveGraph);
*/
export function getStartupInfo(req: express.Request, res: express.Response) {
res.json({
min_supported_version: "1.0.0",
min_supported_version: "2.0.0",
why_update_message: { title: "New Update Available", subtitle: "Please update to the latest version." },
persistant_message: { title: "", subtitle: "" },
one_time_message: { title: "", subtitle: "" },
Expand Down
2 changes: 1 addition & 1 deletion src/services/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const ROUTE_CONFIG: Record<string, { color: string, image: string }> = {
"BB": { color: "#2F773F", image: "bus_BB.png" },
"CN": { color: "#643076", image: "bus_CN.png" },
"CS": { color: "#3559B8", image: "bus_CS.png" },
"CSX": { color: "#1C2256", image: "bus_CSX.png" },
"CSX": { color: "#9B70FF", image: "bus_CSX.png" },
"DD": { color: "#A9C534", image: "bus_DD.png" },
"MX": { color: "#5EC7DE", image: "bus_MX.png" },
"NE": { color: "#C55188", image: "bus_NE.png" },
Expand Down