mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
pobieranie wersji z api
This commit is contained in:
+2
-2
@@ -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>
|
||||
©
|
||||
<a href="https://td2.info.pl/profile/?u=20777" target="_blank">Spythere</a>
|
||||
|
||||
@@ -41,6 +41,8 @@ export interface IStockProps {
|
||||
}
|
||||
|
||||
export interface IStockData {
|
||||
version: string;
|
||||
|
||||
generator: {
|
||||
passenger: any;
|
||||
cargo: {
|
||||
|
||||
Reference in New Issue
Block a user