Dodano usługę Firebase; poprawki bezpieczeństwa

This commit is contained in:
2021-11-10 20:18:42 +01:00
parent 43b6bb9786
commit 927a53217d
5 changed files with 27 additions and 3 deletions
+5 -1
View File
@@ -222,7 +222,7 @@
tworzenie składów niezgodnych z regulaminem symulatora Train Driver 2!
</span>
<br />
&copy; Spythere 2021
&copy; Spythere 2021 | v{{ VERSION }}
</footer>
</template>
@@ -232,6 +232,8 @@ import { Vue } from "vue-class-component";
import vehicleDataJSON from "./data/vehicleData.json";
import vehiclePropsJSON from "./data/vehicleProps.json";
import packageInfo from ".././package.json";
interface VehicleData {
[key: string]: (string | boolean)[][];
}
@@ -277,6 +279,8 @@ export default class App extends Vue {
higher: require("./assets/higher-icon.svg"),
};
VERSION = packageInfo.version;
imageLoading = false;
draggedVehicleID = -1;