From c4e0778b727a6ed8e134e8946ad6851e2f082b79 Mon Sep 17 00:00:00 2001 From: zihluwang Date: Thu, 15 Jan 2026 15:42:11 +0800 Subject: [PATCH] refactor: update layout and styling for hero and home components --- src/layout/hero-layout/index.tsx | 6 +- src/page/home/index.tsx | 113 ++++++++++++++----------------- 2 files changed, 52 insertions(+), 67 deletions(-) diff --git a/src/layout/hero-layout/index.tsx b/src/layout/hero-layout/index.tsx index 760217e..6beddce 100644 --- a/src/layout/hero-layout/index.tsx +++ b/src/layout/hero-layout/index.tsx @@ -45,10 +45,8 @@ export default function HeroLayout() { {/* Main Content Area */} -
-
- -
+
+
{/* Footer */} diff --git a/src/page/home/index.tsx b/src/page/home/index.tsx index c8fcce2..2b87c77 100644 --- a/src/page/home/index.tsx +++ b/src/page/home/index.tsx @@ -39,73 +39,60 @@ export default function Home() { }, [jsonInput, query]) return ( -
-
-
-

- TypeScript JSONPath Explorer -

-

- Debug and visualises your JSONPath queries with real-time highlighting. -

-
- -
- {/* 控制面板 */} -
-
-
- - JSON Source - -
-