From 38dc25123a292585e1716b74425fb8e9f99fcec6 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 20:56:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bolt/config.json | 3 +++ .bolt/ignore | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 .bolt/config.json create mode 100644 .bolt/ignore diff --git a/.bolt/config.json b/.bolt/config.json new file mode 100644 index 0000000..31447fa --- /dev/null +++ b/.bolt/config.json @@ -0,0 +1,3 @@ +{ + "template": "nextjs-shadcn" +} \ No newline at end of file diff --git a/.bolt/ignore b/.bolt/ignore new file mode 100644 index 0000000..7158e4f --- /dev/null +++ b/.bolt/ignore @@ -0,0 +1,2 @@ +components/ui/* +hooks/use-toast.ts \ No newline at end of file