From 2c0186874ccd9d7889133fa3e4fe7287f23c2c03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=91=E5=B0=8F=E9=B8=A6?= <61354956+crowya@users.noreply.github.com> Date: Fri, 28 Jul 2023 19:55:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E5=A4=9C=E9=97=B4=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E4=B8=BA=E6=99=9A=E5=85=AB=E8=87=B3=E6=97=A9=E5=85=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- live2d/waifu-tips.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live2d/waifu-tips.js b/live2d/waifu-tips.js index 7e6d436..90ba68a 100644 --- a/live2d/waifu-tips.js +++ b/live2d/waifu-tips.js @@ -205,7 +205,7 @@ function loadWidget() { if (modelId === null) { // 首次访问加载 指定模型 的 指定材质 const now = new Date(); - if(now.getHours()>=22 || now.getHours()<=7){ + if(now.getHours()>=20 || now.getHours()<8){ modelId = 1; // 夜间模型ID }else{ modelId = 0; // 白天模型ID