-
Notifications
You must be signed in to change notification settings - Fork 2
/
footer.php
executable file
·28 lines (27 loc) · 1.95 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
</div>
</div>
</div>
<script crossorigin="anonymous" integrity="sha512-XdUZ5nrNkVySQBnnM5vzDqHai823Spoq1W3pJoQwomQja+o4Nw0Ew1ppxo5bhF2vMug6sfibhKWcNJsG8Vj9tg==" src="https://lib.baomitu.com/vue/2.6.14/vue.min.js"></script>
<script crossorigin="anonymous" integrity="sha512-Wtcl9nc39M69tqy52nbaabyYlU/UZXR3XlXMbddIvZRRtL8SHMqPsDhJTI1uuCObKkOM3CiUQoxFmlyJuIqJwg==" src="https://lib.baomitu.com/element-ui/2.15.3/index.min.js"></script>
<script crossorigin="anonymous" integrity="sha512-quHCp3WbBNkwLfYUMd+KwBAgpVukJu5MncuQaWXgCrfgcxCJAq/fo+oqrRKOj+UKEmyMCG3tb8RB63W+EmrOBg==" src="https://lib.baomitu.com/axios/0.20.0/axios.min.js"></script>
<script src="<?php bloginfo('template_url'); ?>/js/common.js"></script>
<?php if (is_home() || is_front_page()) { ?>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/graphql.min.js"></script>
<script src="<?php bloginfo('template_url'); ?>/js/index.js"></script>
<?php } elseif(is_category() or (strpos($_SERVER['REQUEST_URI'], 'gamelist') != false)){ ?>
<script src="<?php bloginfo('template_url'); ?>/js/category.js"></script>
<?php } elseif(is_category() or (strpos($_SERVER['REQUEST_URI'], 'newslist') != false)){ ?>
<script src="<?php bloginfo('template_url'); ?>/js/news.js"></script>
<?php } elseif(strpos($_SERVER['REQUEST_URI'], 'search') != false){ ?>
<script src="<?php bloginfo('template_url'); ?>/js/search.js"></script>
<?php } else if (is_single()) { ?>
<script crossorigin="anonymous" integrity="sha384-QUJ+ckWz1M+a7w0UfG1sEn4pPrbQwSxGm/1TIPyioqXBrwuT9l4f9gdHWLDLbVWI" src="https://lib.baomitu.com/quill/1.3.7/quill.min.js"></script>
<script src="<?php bloginfo('template_url'); ?>/js/vue-quill-editor.js"></script>
<script src="<?php bloginfo('template_url'); ?>/js/vue-carousel-3d.min.js"></script>
<script src="<?php bloginfo('template_url'); ?>/js/single.js"></script>
<?php } else { ?>
<?php } ?>
<script src="https://at.alicdn.com/t/font_2133732_74plclthjc2.js"></script>
<?php wp_footer(); ?>
</body>
</html>