mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 05:18:10 +00:00
pobieranie wersji z api
This commit is contained in:
+2
-2
@@ -34,8 +34,8 @@
|
|||||||
regulaminem symulatora Train Driver 2</a
|
regulaminem symulatora Train Driver 2</a
|
||||||
>!
|
>!
|
||||||
</div>
|
</div>
|
||||||
<div class="text--grayed" style="margin-bottom: 0.25em">
|
<div class="text--grayed" style="margin-bottom: 0.25em" v-if="store.stockData">
|
||||||
Strona jest kompletna dla wersji 2022.2.2 symulatora TD2
|
Strona jest kompletna dla wersji {{ store.stockData.version }} symulatora TD2
|
||||||
</div>
|
</div>
|
||||||
©
|
©
|
||||||
<a href="https://td2.info.pl/profile/?u=20777" target="_blank">Spythere</a>
|
<a href="https://td2.info.pl/profile/?u=20777" target="_blank">Spythere</a>
|
||||||
|
|||||||
@@ -41,6 +41,8 @@ export interface IStockProps {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface IStockData {
|
export interface IStockData {
|
||||||
|
version: string;
|
||||||
|
|
||||||
generator: {
|
generator: {
|
||||||
passenger: any;
|
passenger: any;
|
||||||
cargo: {
|
cargo: {
|
||||||
|
|||||||
Reference in New Issue
Block a user