From 7177efa6a53bdc83f56f476f7a61d3742af3f02a Mon Sep 17 00:00:00 2001 From: Snowykami Date: Thu, 14 Aug 2025 00:30:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20Home=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E5=88=9D=E5=A7=8B=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/rt-guide/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/rt-guide/page.tsx b/src/app/rt-guide/page.tsx index e69de29..55fa423 100644 --- a/src/app/rt-guide/page.tsx +++ b/src/app/rt-guide/page.tsx @@ -0,0 +1,5 @@ +export default function Home() { + return ( + <> + ); +} \ No newline at end of file