時報休止期間を修正・package.jsonの情報を修正・v4.2

This commit is contained in:
2025-07-05 11:46:43 +09:00
parent 678f4aa1b1
commit c3ab3a8456
4 changed files with 20 additions and 15 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ const config: configTypes = {
time: {
// 時報休止期間
stopTimes: {
start: new Date("23:00"), // 開始
stop: new Date("6:00"), // 停止
start: 23, // 開始
stop: 6, // 停止
}
},
// 地震速報設定