From 3dd5d711686b434ac642897124e074f6fe97249b Mon Sep 17 00:00:00 2001 From: SquidSpirit Date: Mon, 13 Oct 2025 18:44:08 +0800 Subject: [PATCH] feat: update Navbar structure and enhance layout with main tag; improve robots.txt for better crawling control --- frontend/src/lib/common/framework/ui/Navbar.svelte | 4 ++-- frontend/src/routes/+layout.svelte | 4 +++- frontend/static/robots.txt | 2 ++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/frontend/src/lib/common/framework/ui/Navbar.svelte b/frontend/src/lib/common/framework/ui/Navbar.svelte index e3586a8..a1d316e 100644 --- a/frontend/src/lib/common/framework/ui/Navbar.svelte +++ b/frontend/src/lib/common/framework/ui/Navbar.svelte @@ -3,7 +3,7 @@ import NavbarAction from '$lib/common/framework/ui/NavbarAction.svelte'; -
+
- + diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index f5d435c..2383ed1 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -12,6 +12,8 @@
- +
+ +