From 71a7ac95d5cb991c18f01d26df0a392769fb09a3 Mon Sep 17 00:00:00 2001 From: afoim Date: Wed, 30 Apr 2025 08:44:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE=EF=BC=8C?= =?UTF-8?q?=E5=90=AF=E7=94=A8=E4=B8=BB=E9=A2=98=E9=A2=9C=E8=89=B2=E5=9B=BA?= =?UTF-8?q?=E5=AE=9A=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index dd45d73f6..99be10265 100644 --- a/src/config.ts +++ b/src/config.ts @@ -12,7 +12,7 @@ export const siteConfig: SiteConfig = { lang: "zh_CN", // 'en', 'zh_CN', 'zh_TW', 'ja', 'ko', 'es', 'th' themeColor: { hue: 360, // Default hue for the theme color, from 0 to 360. e.g. red: 0, teal: 200, cyan: 250, pink: 345 - fixed: false, // Hide the theme color picker for visitors + fixed: true, // Hide the theme color picker for visitors }, banner: { enable: false,