From 16b65653bb896e4f4250abd170ee0e74fd73c59f Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Sat, 20 Dec 2025 13:23:55 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BD=BF=E7=94=A8prettier=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E5=8C=96=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.d.ts | 14 +++++++------- src/app.html | 16 ++++++++-------- src/routes/+layout.svelte | 6 +++--- src/routes/+page.svelte | 5 +++-- 4 files changed, 21 insertions(+), 20 deletions(-) diff --git a/src/app.d.ts b/src/app.d.ts index da08e6d..520c421 100644 --- a/src/app.d.ts +++ b/src/app.d.ts @@ -1,13 +1,13 @@ // See https://svelte.dev/docs/kit/types#app.d.ts // for information about these interfaces declare global { - namespace App { - // interface Error {} - // interface Locals {} - // interface PageData {} - // interface PageState {} - // interface Platform {} - } + namespace App { + // interface Error {} + // interface Locals {} + // interface PageData {} + // interface PageState {} + // interface Platform {} + } } export {}; diff --git a/src/app.html b/src/app.html index f273cc5..adf8bd8 100644 --- a/src/app.html +++ b/src/app.html @@ -1,11 +1,11 @@ -
- - - %sveltekit.head% - - -- Visit svelte.dev/docs/kit to read the - documentation + Visit svelte.dev/docs/kit to read the documentation