From 56fe690507efc7e47f3b83e4e2095afa1ccf1439 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Mon, 07 Mar 2022 01:29:57 +0800
Subject: [PATCH] Dplayer测试

---
 src/components/fixed/footer.vue |   47 +++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 43 insertions(+), 4 deletions(-)

diff --git a/src/components/fixed/footer.vue b/src/components/fixed/footer.vue
index 2fcf84a..cfb2d40 100644
--- a/src/components/fixed/footer.vue
+++ b/src/components/fixed/footer.vue
@@ -1,15 +1,54 @@
 <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>
+	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