From a91032546283fcb0dacf113ea700f6167b521469 Mon Sep 17 00:00:00 2001 From: ngc2207 Date: Mon, 11 Nov 2024 11:14:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E7=89=87=E6=AE=B5=E5=88=9B=E5=BB=BA=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/layout.tsx | 2 +- src/app/snippets/new/page.tsx | 27 ++++++++++++++++++++++++++- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a36cde0..748524e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -28,7 +28,7 @@ export default function RootLayout({ - {children} +
{children}
); diff --git a/src/app/snippets/new/page.tsx b/src/app/snippets/new/page.tsx index 91ddd01..0a244be 100644 --- a/src/app/snippets/new/page.tsx +++ b/src/app/snippets/new/page.tsx @@ -1,3 +1,28 @@ export default function SnippetCreatePage() { - return
Create a Snippet!
; + return ( +
+

Create a Snippet

+
+
+ + +
+
+ + +
+ +
+
+ ); }