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); +}