pobieranie wersji z api

This commit is contained in:
2023-07-04 23:58:25 +02:00
parent 5ba9e95547
commit 7c3eb12a31
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -34,8 +34,8 @@
regulaminem symulatora Train Driver 2</a
>!
</div>
<div class="text--grayed" style="margin-bottom: 0.25em">
Strona jest kompletna dla wersji 2022.2.2 symulatora TD2
<div class="text--grayed" style="margin-bottom: 0.25em" v-if="store.stockData">
Strona jest kompletna dla wersji {{ store.stockData.version }} symulatora TD2
</div>
&copy;
<a href="https://td2.info.pl/profile/?u=20777" target="_blank">Spythere</a>
+2
View File
@@ -41,6 +41,8 @@ export interface IStockProps {
}
export interface IStockData {
version: string;
generator: {
passenger: any;
cargo: {