trainDiagramをmenuトップに移動、HeaderConfigを分離統合、バグ修正

This commit is contained in:
harukin-OneMix4
2023-07-06 02:38:42 +09:00
parent 52b15288b9
commit 1b16e09633
5 changed files with 40 additions and 40 deletions

5
lib/HeaderConfig.js Normal file
View File

@@ -0,0 +1,5 @@
export const HeaderConfig = {
headers: {
referer: "https://train.jr-shikoku.co.jp/sp.html",
},
};