Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlireza Ahmadi <alireza7@gmail.com>2023-12-04 21:02:22 +0300
committerAlireza Ahmadi <alireza7@gmail.com>2023-12-04 21:02:32 +0300
commit52614dc25c5ca0e3fd64ad4bad96debe0e53cb00 (patch)
tree046f961fecbee5a0af118fadf9e633a402c5e135 /web/html/common/js.html
parente77424a84603ba27ad80c42622f2b418dd77a3c4 (diff)
Upgrade antdv to 1.7.8 #1286
Diffstat (limited to 'web/html/common/js.html')
-rw-r--r--web/html/common/js.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/common/js.html b/web/html/common/js.html
index d400196b..e3fcdba9 100644
--- a/web/html/common/js.html
+++ b/web/html/common/js.html
@@ -1,7 +1,7 @@
{{define "js"}}
<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.2/antd.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>