Build technical notes archive

This commit is contained in:
wxf
2026-06-09 09:30:28 +08:00
parent 0a1c46e037
commit 5eaa3cac79
115 changed files with 14916 additions and 184 deletions
+12
View File
@@ -0,0 +1,12 @@
import { PlaceholderPage } from "@/components/placeholder-page";
export default function LifePage() {
return (
<PlaceholderPage
eyebrow="Life journal"
title="生活分享"
description="技术之外的个人切面:日常、阅读、音乐、照片、旅行,以及阶段性的想法。"
items={["日常记录", "阅读和音乐", "照片和旅行", "一些想法"]}
/>
);
}