diff options
Diffstat (limited to 'web/html/subscription.html')
| -rw-r--r-- | web/html/subscription.html | 12 |
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 |
