From cc77500af88093456cccd7caa0aebef327520b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=9E=B3?= <7854742+wang_rumeng@user.noreply.gitee.com> Date: Fri, 5 Sep 2025 21:04:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=9B=9E=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bolt/config.json | 3 --- .bolt/ignore | 2 -- app/layout.tsx | 12 +++++++----- 3 files changed, 7 insertions(+), 10 deletions(-) delete mode 100644 .bolt/config.json delete mode 100644 .bolt/ignore diff --git a/.bolt/config.json b/.bolt/config.json deleted file mode 100644 index 31447fa..0000000 --- a/.bolt/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "template": "nextjs-shadcn" -} \ No newline at end of file diff --git a/.bolt/ignore b/.bolt/ignore deleted file mode 100644 index 7158e4f..0000000 --- a/.bolt/ignore +++ /dev/null @@ -1,2 +0,0 @@ -components/ui/* -hooks/use-toast.ts \ No newline at end of file diff --git a/app/layout.tsx b/app/layout.tsx index 471b0ea..1dd6e9c 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -80,11 +80,13 @@ export default function RootLayout({ }} > - {/* */} -
- {children} - {showCallbackModal && setShowCallbackModal(false)} />} -
+ + {/* */} +
+ {children} + {showCallbackModal && setShowCallbackModal(false)} />} +
+