インテント整理
This commit is contained in:
parent
ea4fa46fe0
commit
5204231ccb
@ -1092,8 +1092,8 @@ export const injectJavascriptData: InjectJavascriptData = (
|
|||||||
行き先情報.innerText = 行き先情報.innerText+"臨時列車\\n";
|
行き先情報.innerText = 行き先情報.innerText+"臨時列車\\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
let JRF = false;
|
let JRF = false;
|
||||||
const getJRF = num =>{
|
const getJRF = num =>{
|
||||||
switch(num){
|
switch(num){
|
||||||
case "71":
|
case "71":
|
||||||
return "東京(タ)→高松(タ)"+"\\n";
|
return "東京(タ)→高松(タ)"+"\\n";
|
||||||
@ -1126,9 +1126,9 @@ const getJRF = num =>{
|
|||||||
JRF = true;
|
JRF = true;
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const data = getJRF(列番データ);
|
const data = getJRF(列番データ);
|
||||||
行き先情報.innerText = data != null ? data+行き先情報.innerText : 行き先情報.innerText;
|
行き先情報.innerText = data != null ? data+行き先情報.innerText : 行き先情報.innerText;
|
||||||
|
|
||||||
const getThrew = num =>{
|
const getThrew = num =>{
|
||||||
|
|
||||||
@ -1188,8 +1188,8 @@ const data = getJRF(列番データ);
|
|||||||
行き先情報.innerText = getThrew(列番データ) || 行き先情報.innerText;
|
行き先情報.innerText = getThrew(列番データ) || 行き先情報.innerText;
|
||||||
//列番付与
|
//列番付与
|
||||||
行き先情報.innerText = 行き先情報.innerText+列番データ+(JRF ? "":"レ");
|
行き先情報.innerText = 行き先情報.innerText+列番データ+(JRF ? "":"レ");
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const textInsert =
|
const textInsert =
|
||||||
`
|
`
|
||||||
|
Loading…
Reference in New Issue
Block a user