diff --git a/src/components/AppFooter.vue b/src/components/AppFooter.vue
index 66cb703..dbde3d8 100644
--- a/src/components/AppFooter.vue
+++ b/src/components/AppFooter.vue
@@ -1,23 +1,6 @@
@@ -49,17 +34,8 @@
margin: 0 auto;
}
-.social-icons {
+/* .social-icons {
margin-top: 10px;
-}
+} */
-.social-icons a {
- color: #303133;
- margin: 0 10px;
- font-size: 24px;
-}
-
-.social-icons a:hover {
- color: rgb(159.5, 206.5, 255);
-}
diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue
index 1407666..afbc062 100644
--- a/src/views/HomeView.vue
+++ b/src/views/HomeView.vue
@@ -11,6 +11,8 @@
可以通过这个邮箱联系我:
admin@kisechan.space
+
+ My Github Contributions
@@ -18,12 +20,29 @@
-
+
-
Hello
+ Hello
"Non est ad astra mollis e trris via."
+
@@ -43,7 +62,7 @@ onMounted(() => {
headers: {
Authorization: `token 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`,
},
- global_stats: false, // 显示全局统计信息
+ global_stats: true, // 显示全局统计信息
});
});
@@ -70,4 +89,26 @@ onMounted(() => {
max-width: 800px;
margin: 0 auto;
}
+
+.social-icons a {
+ color: #303133;
+ margin: 0 10px;
+ font-size: 24px;
+}
+
+.social-icons a:hover {
+ color: rgb(159.5, 206.5, 255);
+}
+
+.social-icons{
+ max-width: 1200px;
+ margin: 0 auto;
+ text-align: center;
+}
+
+.right-column {
+ display: flex;
+ flex-direction: column;
+ gap: 24px; /* 设置 author-info 和 social-icons 之间的间隔 */
+}