From cc5f2758fddde2edd5605b295195f1acb9528c74 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 17 Jan 2026 14:58:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E5=86=97=E4=BD=99?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E5=B9=B6=E6=9B=B4=E6=96=B0=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了多余的控制台输出语句 - 更新页面标题为“Fullstack Starter” --- src/index.ts | 1 - src/routes/__root.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 src/index.ts diff --git a/src/index.ts b/src/index.ts deleted file mode 100644 index 6cbd97c..0000000 --- a/src/index.ts +++ /dev/null @@ -1 +0,0 @@ -console.log('Hello via Bun!') diff --git a/src/routes/__root.tsx b/src/routes/__root.tsx index e452d1e..5fed3f6 100644 --- a/src/routes/__root.tsx +++ b/src/routes/__root.tsx @@ -16,7 +16,7 @@ export const Route = createRootRoute({ content: 'width=device-width, initial-scale=1', }, { - title: 'TanStack Start Starter', + title: 'Fullstack Starter', }, ], links: [