要素結合

This commit is contained in:
harukin-expo-dev-env 2025-02-08 08:06:04 +00:00
parent 79ba9748a6
commit 3976552e43

View File

@ -1096,8 +1096,7 @@ export const injectJavascriptData: InjectJavascriptData = (
else if(.indexOf("S") != -1){ else if(.indexOf("S") != -1){
.innerText = .innerText+"臨時列車\\n"; .innerText = .innerText+"臨時列車\\n";
} }
`;
const JRF_name = `
let JRF = false; let JRF = false;
const getJRF = num =>{ const getJRF = num =>{
switch(num){ switch(num){
@ -1136,9 +1135,6 @@ const getJRF = num =>{
const data = getJRF(); const data = getJRF();
.innerText = data != null ? data+行き先情報.innerText : 行き先情報.innerText; .innerText = data != null ? data+行き先情報.innerText : 行き先情報.innerText;
`;
const Other_Name = `
const getThrew = num =>{ const getThrew = num =>{
switch(num){ switch(num){
@ -1218,8 +1214,6 @@ const setStrings = () =>{
` + ` +
trainIcon + trainIcon +
normal_train_name + normal_train_name +
JRF_name +
Other_Name +
` `
//列番付与 //列番付与
.innerText = .innerText++(JRF ? "":"レ"); .innerText = .innerText++(JRF ? "":"レ");