From d197a4c29a0557bd4e4a8348ca5dae054cecb741 Mon Sep 17 00:00:00 2001 From: hanshino Date: Sat, 16 Nov 2024 16:38:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E6=AD=90=E6=B4=B2?= =?UTF-8?q?=E6=8A=BD=E6=99=82=E9=96=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/controller/princess/gacha.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/controller/princess/gacha.js b/app/src/controller/princess/gacha.js index efcd0ac..7e71ee3 100644 --- a/app/src/controller/princess/gacha.js +++ b/app/src/controller/princess/gacha.js @@ -184,7 +184,7 @@ async function gacha(context, { match, pickup, ensure = false, europe = false }) const now = moment(); const month = now.month() + 1; const date = now.date(); - const isEventTime = month === 10 && date >= 6 && date <= 11; + const isEventTime = month === 11 && date >= 17 && date <= 22; // 只有 12/31~1/1 這兩天才會開放歐洲轉蛋池 if (europe && !isEventTime) {