在黑夜模式下,添加星空雨特效

This commit is contained in:
Vixcity
2023-01-07 21:38:35 +08:00
parent bb4f8c4cdf
commit c4e44f3fda
3 changed files with 138 additions and 0 deletions

View File

@@ -69,6 +69,9 @@ const BLOG = {
// 樱花飘落特效
SAKURA: process.env.NEXT_PUBLIC_SAKURA || false, // 开关
// 星空雨特效 黑夜模式才会生效
START: process.env.NEXT_PUBLIC_START || false, // 开关
// 悬浮挂件
WIDGET_PET: process.env.NEXT_PUBLIC_WIDGET_PET || true, // 是否显示宠物挂件
WIDGET_PET_LINK: 'https://cdn.jsdelivr.net/npm/live2d-widget-model-wanko@1.0.5/assets/wanko.model.json', // 挂件模型地址 @see https://github.com/xiazeyu/live2d-widget-models