設定機能を実装
This commit is contained in:
@@ -706,8 +706,7 @@ makeTrainView.observe(document.getElementById('modal_content'), {
|
||||
});
|
||||
`;
|
||||
const makeTrainMenu =
|
||||
//trainMenu == "true"
|
||||
true
|
||||
trainMenu == "true"
|
||||
? `
|
||||
// これの中身抽出ShowTrainTimeInfo("1228M","normal")
|
||||
function setTrainMenuDialog(d){
|
||||
@@ -725,7 +724,7 @@ makeTrainView.observe(document.getElementById('modal_content'), {
|
||||
window.ReactNativeWebView.postMessage(JSON.stringify({type:"ShowTrainTimeInfo",trainNum,limited}));
|
||||
};
|
||||
`
|
||||
: ``;
|
||||
: `function setTrainMenuDialog(d){}`;
|
||||
|
||||
const makeStationMenu =
|
||||
stationMenu == "true"
|
||||
|
Reference in New Issue
Block a user