mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-05 14:28:11 +00:00
Zaktualizowano listę scenerii | v1.3.4
This commit is contained in:
+6
-1
@@ -61,8 +61,13 @@ export default class App extends Vue {
|
||||
|
||||
private VERSION = "1.3.4";
|
||||
|
||||
mounted() {
|
||||
async mounted() {
|
||||
this.synchronizeData();
|
||||
|
||||
// const data = await (
|
||||
// await axios.get("https://stacjownik.herokuapp.com/api/getStationList")
|
||||
// ).data;
|
||||
// console.log(data);
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div></div>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { Component, Vue } from "vue-property-decorator";
|
||||
|
||||
@Component
|
||||
export default class Modal extends Vue {}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
</style>
|
||||
+24
-1
@@ -2130,7 +2130,7 @@
|
||||
{
|
||||
"stationName": "Łebnino",
|
||||
"stationURL": "https://td2.info.pl/scenerie/lebnino-4511/",
|
||||
"stationLines": "15,16",
|
||||
"stationLines": "",
|
||||
"reqLevel": "0",
|
||||
"supportersOnly": "NIE",
|
||||
"signalType": "kształtowa",
|
||||
@@ -2149,5 +2149,28 @@
|
||||
},
|
||||
"default": false,
|
||||
"nonPublic": false
|
||||
},
|
||||
{
|
||||
"stationName": "Legno",
|
||||
"stationURL": "https://td2.info.pl/scenerie/legno/",
|
||||
"stationLines": "",
|
||||
"reqLevel": "0",
|
||||
"supportersOnly": "NIE",
|
||||
"signalType": "współczesna",
|
||||
"controlType": "SCS",
|
||||
"SBL": "TAK (szlak Mr)",
|
||||
"twoWayBlock": "TAK",
|
||||
"routes": {
|
||||
"oneWay": {
|
||||
"catenary": 0,
|
||||
"noCatenary": 0
|
||||
},
|
||||
"twoWay": {
|
||||
"catenary": 2,
|
||||
"noCatenary": 0
|
||||
}
|
||||
},
|
||||
"default": false,
|
||||
"nonPublic": false
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user