inleft
2022-05-26 deef42a3596beb86ff7b74653501d4e751a33984
commit | author | age
41b36f 1 <template>
I 2     <div>
fc0c10 3         <div>
I 4             <p>备案号:
5                 <a href="http://www.miitbeian.gov.cn/" target="_blank">粤ICP备19000592号-1</a>
6             </p>
7         </div>
8
9         <div style="position: fixed;right: -3px;bottom: -20px;">
10             <a-col v-bind="showMain">
11                 <p><a href="https://www.foreverblog.cn/go.html" target="_blank"> <img
12                             src="https://img.foreverblog.cn/wormhole_3.gif" alt="" style="width:auto;height:32px;"
13                             title="穿梭虫洞-随机访问十年之约友链博客"> </a>.</p>
14             </a-col>
15         </div>
16
17
41b36f 18     </div>
I 19
20 </template>
21
22 <script>
fc0c10 23     document.write(unescape(
I 24         "%3Cspan id='cnzz_stat_icon_1276380514'%3E%3C/span%3E%3Cscript src='https://s23.cnzz.com/z_stat.php%3Fid%3D1276380514%26show%3Dpic1' type='text/javascript'%3E%3C/script%3E"
25     ));
26     export default {
27         data() {
28             return {
29                 showMain: {
30                     xs: 0,
31                     sm: 0,
32                     md: {
33                         span: 1,
34                     },
35                     lg: {
36                         span: 1,
37                     },
38                     xl: {
39                         span: 1,
40                     },
41                     xxl: {
42                         span: 1,
43                     },
44                 }
45             }
46         }
41b36f 47     }
I 48 </script>
49
fc0c10 50 <style>
I 51     #cnzz_stat_icon_1276380514 {
52         display: none;
53     }
54 </style>