diff options
| author | Alireza Ahmadi <alireza7@gmail.com> | 2023-12-05 20:13:36 +0300 |
|---|---|---|
| committer | Alireza Ahmadi <alireza7@gmail.com> | 2023-12-05 20:20:44 +0300 |
| commit | c419eadf15630518606ab434387079172070d340 (patch) | |
| tree | 1933bd5868840cbc85c2b289523f57c22491b7b9 /web/html/common | |
| parent | 4d3bea48e11883f0fb99f2e4bb8d943fe162c687 (diff) | |
xray setting enhancements #1286
Diffstat (limited to 'web/html/common')
| -rw-r--r-- | web/html/common/js.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/web/html/common/js.html b/web/html/common/js.html index e3fcdba9..661a0b87 100644 --- a/web/html/common/js.html +++ b/web/html/common/js.html @@ -2,18 +2,12 @@ <script src="{{ .base_path }}assets/vue@2.6.12/vue.min.js"></script> <script src="{{ .base_path }}assets/moment/moment.min.js"></script> <script src="{{ .base_path }}assets/ant-design-vue@1.7.8/antd.min.js"></script> -<script src="{{ .base_path }}assets/base64/base64.min.js"></script> <script src="{{ .base_path }}assets/axios/axios.min.js"></script> <script src="{{ .base_path }}assets/qs/qs.min.js"></script> -<script src="{{ .base_path }}assets/qrcode/qrious.min.js"></script> -<script src="{{ .base_path }}assets/clipboard/clipboard.min.js"></script> -<script src="{{ .base_path }}assets/uri/URI.min.js"></script> <script src="{{ .base_path }}assets/js/axios-init.js?{{ .cur_ver }}"></script> <script src="{{ .base_path }}assets/js/util/common.js?{{ .cur_ver }}"></script> <script src="{{ .base_path }}assets/js/util/date-util.js?{{ .cur_ver }}"></script> <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 }}'; |
