Skip to content

Commit

Permalink
Update the variator time set
Browse files Browse the repository at this point in the history
  • Loading branch information
rayc2045 committed Aug 5, 2024
1 parent f402ca6 commit 31eba9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ import { thousandFormat, diffMinutes, delay } from "./utils.js";

const currHour = startTime.getHours(),
lottery = keywords.find((keyword) => keyword.text.endsWith("摸彩"));
if (currHour < 8) {
if (currHour >= 3 && currHour < 8) {
lottery.revenu = 25;
lottery.coolMinute = 180;
} else {
Expand Down

0 comments on commit 31eba9d

Please sign in to comment.