From fc0c102554f509989dd74b199f298a67f266c3c8 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Fri, 25 Feb 2022 12:11:27 +0800 Subject: [PATCH] 虫洞添加,统计代码添加,样式局部调整 --- src/components/fixed/footer.vue | 48 ++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 44 insertions(+), 4 deletions(-) diff --git a/src/components/fixed/footer.vue b/src/components/fixed/footer.vue index 2fcf84a..cee8abb 100644 --- a/src/components/fixed/footer.vue +++ b/src/components/fixed/footer.vue @@ -1,15 +1,55 @@ <template> <div> - <p>备案号: - <a href="http://www.miitbeian.gov.cn/" target="_blank">粤ICP备19000592号-1</a> - </p> + <div> + <p>备案号: + <a href="http://www.miitbeian.gov.cn/" target="_blank">粤ICP备19000592号-1</a> + </p> + </div> + + <div style="position: fixed;right: -3px;bottom: -20px;"> + <a-col v-bind="showMain"> + <p><a href="https://www.foreverblog.cn/go.html" target="_blank"> <img + src="https://img.foreverblog.cn/wormhole_3.gif" alt="" style="width:auto;height:32px;" + title="穿梭虫洞-随机访问十年之约友链博客"> </a>.</p> + </a-col> + </div> + + </div> </template> <script> - export default { + document.write(unescape( + "%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" + )); + export default { + data() { + return { + showMain: { + xs: 0, + sm: 0, + md: { + span: 1, + }, + lg: { + span: 1, + }, + xl: { + span: 1, + }, + xxl: { + span: 1, + }, + } + } + } } </script> +<style> + #cnzz_stat_icon_1276380514 { + display: none; + } +</style> -- Gitblit v1.9.1