From 0de29a8737a2dd9d86f4d83c3e63b0d1b89c9f65 Mon Sep 17 00:00:00 2001 From: dream_pep Date: Sat, 11 Jul 2026 01:33:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dlogo=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/layout.tsx | 9 ++------- public/run.svg | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 7 deletions(-) create mode 100644 public/run.svg diff --git a/app/layout.tsx b/app/layout.tsx index ba68812..a9cf846 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -20,9 +20,9 @@ const geistMono = Geist_Mono({ export const metadata: Metadata = { title: "Koring Team", - description: "Generated by create next app", + description: "Koring Team 工作室", icons: { - icon: "/favicon.svg", + icon: "/run.svg", }, }; @@ -43,11 +43,6 @@ export default function RootLayout({
{children} -