mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 421ae1db6b | |||
| 90824dc0e5 |
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pojazdownik",
|
"name": "pojazdownik",
|
||||||
"version": "1.8.3",
|
"version": "1.8.3.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
</i18n-t>
|
</i18n-t>
|
||||||
|
|
||||||
<div class="text--grayed" v-if="store.vehiclesAPIData">
|
<div class="text--grayed" v-if="store.vehiclesAPIData">
|
||||||
{{ $t('footer.version-check', { version: store.vehiclesAPIData.version }) }}
|
{{ $t('footer.version-check', { version: store.vehiclesAPIData.simulatorVersion }) }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
+1
-1
@@ -21,7 +21,7 @@ export interface ICargo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface IVehiclesAPI {
|
export interface IVehiclesAPI {
|
||||||
version: string;
|
simulatorVersion: string;
|
||||||
|
|
||||||
generator: {
|
generator: {
|
||||||
cargo: {
|
cargo: {
|
||||||
|
|||||||
Reference in New Issue
Block a user