From 780fd0ccd4938c440136bbc9624c9f179bf5cea0 Mon Sep 17 00:00:00 2001 From: overcast404 Date: Sat, 2 Mar 2024 09:27:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=B7=E5=BC=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 78 ++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 63 insertions(+), 15 deletions(-) diff --git a/src/App.vue b/src/App.vue index e754816..fe94990 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,7 +7,7 @@ const BeianLink = "https://beian.miit.gov.cn/"; const data = reactive({ titleList: [ "给时光以生命
给岁月以文明", - "人生如宇宙
虽深邃未知
但星辰闪烁寓意希望" + "人生如宇宙
虽深邃未知
但星辰闪烁寓意希望", ], navLinks: [ { @@ -62,7 +62,7 @@ const data = reactive({ { name: "Gitea", description: "代码仓库", - link: "https://gitea.ocer.cc", + link: "https://gitea.ocer.cc/explore/repos", }, { name: "more", @@ -120,11 +120,18 @@ onMounted(() => { --> -
+
-
-
+
+
@@ -144,7 +151,9 @@ onMounted(() => {

一个浪漫现实主义作家

我始终在创作一本名为《人生》的书

-

科技音乐哲学是书中的主旋律

+

+ 科技音乐哲学是书中的主旋律 +

浪漫可爱阳光是我最喜欢的形容词

@@ -154,16 +163,41 @@ onMounted(() => {

或许是一段新旅途的开始......

- +
-
-
+
+
-
+
{{ item.name }}
@@ -216,7 +250,9 @@ onMounted(() => {
@@ -225,7 +261,16 @@ onMounted(() => {
-
+
@@ -236,4 +281,7 @@ onMounted(() => { position: fixed; top: -70%; } +#main { + top: calc(100vh - 368px); +}