Partyを追加
This commit is contained in:
@@ -921,6 +921,10 @@ export const injectJavascriptData: InjectJavascriptData = (
|
||||
trainTypeColor = "#a52e2eff";
|
||||
isWanman = false;
|
||||
return "臨時特急";
|
||||
case "Party":
|
||||
trainTypeColor = "#ff7300ff";
|
||||
isWanman = false;
|
||||
return "団体臨時";
|
||||
case "Freight":
|
||||
trainTypeColor = "#00869ecc";
|
||||
isWanman = false;
|
||||
@@ -1050,6 +1054,9 @@ const setNewTrainItem = (element,hasProblem,type)=>{
|
||||
case "SPCL_EXP":
|
||||
element.style.borderColor = "#a52e2eff";
|
||||
break;
|
||||
case "Party":
|
||||
element.style.borderColor = "#ff7300ff";
|
||||
break;
|
||||
case "Freight":
|
||||
element.style.borderColor = "#00869ecc";
|
||||
break;
|
||||
|
Reference in New Issue
Block a user