From 2a3ec041a9c288bf4e8e915a00f4c6acb94b9a8c Mon Sep 17 00:00:00 2001 From: Vixcity <2091283625@qq.com> Date: Sat, 7 Jan 2023 23:00:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=9F=E7=A9=BA=E7=89=B9=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog.config.js b/blog.config.js index 97f5eab6..250742cb 100644 --- a/blog.config.js +++ b/blog.config.js @@ -70,7 +70,7 @@ const BLOG = { SAKURA: process.env.NEXT_PUBLIC_SAKURA || true, // 开关 // 星空雨特效 黑夜模式才会生效 - STARRY_SKY: process.env.NEXT_PUBLIC_STARRY_SKY || false, // 开关 + STARRY_SKY: process.env.NEXT_PUBLIC_STARRY_SKY || true, // 开关 // 悬浮挂件 WIDGET_PET: process.env.NEXT_PUBLIC_WIDGET_PET || true, // 是否显示宠物挂件