From ff6661b2ee0fcee513dec025f2bb8fc9ec992ddd Mon Sep 17 00:00:00 2001 From: MixBadGun <1059129006@qq.com> Date: Fri, 14 Nov 2025 14:39:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bun.lock | 1 + src/routes/+page.svelte | 50 +++++++++++++++++++++++++++++++++++++++-- 2 files changed, 49 insertions(+), 2 deletions(-) diff --git a/bun.lock b/bun.lock index 5fb4a91..e3bc75e 100644 --- a/bun.lock +++ b/bun.lock @@ -1,5 +1,6 @@ { "lockfileVersion": 1, + "configVersion": 0, "workspaces": { "": { "name": "konabot-web", diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index cc88df0..a1fa0d7 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,2 +1,48 @@ -

Welcome to SvelteKit

-

Visit svelte.dev/docs/kit to read the documentation

+ + + + + \ No newline at end of file