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
path: root/web
diff options
context:
space:
mode:
authorAlireza Ahmadi <alireza7@gmail.com>2025-09-14 20:44:26 +0300
committerAlireza Ahmadi <alireza7@gmail.com>2025-09-14 20:44:26 +0300
commit3ac1d7f5460b4e89d8057c27d7772bd34519269d (patch)
tree09d4595fe1dbb58e9c5ec2abb13ab9fe718a52ef /web
parent10025ffa66c011fd756af780772260d833460795 (diff)
enhancements
Diffstat (limited to 'web')
-rw-r--r--web/html/subscription.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/web/html/subscription.html b/web/html/subscription.html
index adcc97b1..710bfe43 100644
--- a/web/html/subscription.html
+++ b/web/html/subscription.html
@@ -1,4 +1,10 @@
{{ template "page/head_start" .}}
+<script src="{{ .base_path }}assets/moment/moment.min.js"></script>
+<script src="{{ .base_path }}assets/moment/moment-jalali.min.js?{{ .cur_ver }}"></script>
+<script src="{{ .base_path }}assets/vue/vue.min.js?{{ .cur_ver }}"></script>
+<script src="{{ .base_path }}assets/ant-design-vue/antd.min.js"></script>
+<script src="{{ .base_path }}assets/js/util/index.js?{{ .cur_ver }}"></script>
+<script src="{{ .base_path }}assets/qrcode/qrious2.min.js?{{ .cur_ver }}"></script>
{{ template "page/head_end" .}}
{{ template "page/body_start" .}}
@@ -262,11 +268,7 @@
style="display:none">{{ range .result }}{{ . }}
{{ end }}</textarea>
-{{template "page/body_scripts" .}}
-<script
- src="{{ .base_path }}assets/moment/moment-jalali.min.js?{{ .cur_ver }}"></script>
-<script
- src="{{ .base_path }}assets/qrcode/qrious2.min.js?{{ .cur_ver }}"></script>
{{template "component/aThemeSwitch" .}}
<script src="{{ .base_path }}assets/js/subscription.js?{{ .cur_ver }}"></script>
+
{{ template "page/body_end" .}} \ No newline at end of file