update: load langs file

This commit is contained in:
Mohammad Foroughi
2022-10-29 23:30:14 +03:30
parent 74b5dcdf28
commit 214a2e3a03

View File

@@ -14,6 +14,7 @@
<script src="{{ .base_path }}assets/js/util/utils.js?{{ .cur_ver }}"></script>
<script src="{{ .base_path }}assets/js/model/xray.js?{{ .cur_ver }}"></script>
<script src="{{ .base_path }}assets/js/model/models.js?{{ .cur_ver }}"></script>
<script src="{{ .base_path }}assets/js/langs.js"></script>
<script>
const basePath = '{{ .base_path }}';
axios.defaults.baseURL = basePath;