{pageTitle}
post.data.tags).flat())];
const pageTitle = lang === "zh" ? "标签索引" : "Tag Index";
---
-
+
{t.tags.title}
{t.tags.description}
diff --git a/src/pages/[lang]/timeline.astro b/src/pages/[lang]/timeline.astro
index f5a9cfb..3083483 100644
--- a/src/pages/[lang]/timeline.astro
+++ b/src/pages/[lang]/timeline.astro
@@ -13,7 +13,7 @@ const t = getTranslations(lang);
const headerTitle = lang === "zh" ? "时间轴" : "Timeline";
---
-
+
{t.nav.timeline}
diff --git a/src/styles/global.css b/src/styles/global.css
index e46d67e..be843b0 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -111,6 +111,28 @@ body {
line-height: 1.7;
}
+body::after {
+ content: "";
+ position: fixed;
+ right: 0;
+ bottom: 0;
+ width: 400px;
+ /* 按需调整大小 */
+ height: 400px;
+ /* 按需调整大小 */
+ background-image: url("https://files.seeusercontent.com/2026/03/28/Zd0m/bc7e804dc2c8ecaf407c9d665414ff72.jpg");
+ background-repeat: no-repeat;
+ background-position: right bottom;
+ background-size: contain;
+ opacity: 0.35;
+ pointer-events: none;
+ z-index: -1;
+}
+
+html.dark body::after {
+ background-image: url("https://files.seeusercontent.com/2026/03/28/nd1W/pasted-image-1774730083896.webp");
+}
+
* {
box-sizing: border-box;
}
@@ -123,7 +145,7 @@ h1 {
a {
- color: #7fb3ff;
+ color: #416bd6;
font-weight: 700;
text-decoration: none;
}
{t.tags.title}
{t.tags.description}
diff --git a/src/pages/[lang]/timeline.astro b/src/pages/[lang]/timeline.astro index f5a9cfb..3083483 100644 --- a/src/pages/[lang]/timeline.astro +++ b/src/pages/[lang]/timeline.astro @@ -13,7 +13,7 @@ const t = getTranslations(lang); const headerTitle = lang === "zh" ? "时间轴" : "Timeline"; --- -