Chg: 時報の時刻フォーマットをHH:mmからH:mmに変更 / Feat: 緊急地震速報(警報)解除

This commit is contained in:
2026-05-01 22:06:04 +09:00
parent 3b66c47aa3
commit 23a06fc88f
3 changed files with 23 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ console.log("時報の投稿を行います");
try {
const response = await client.request("ueuse/create", {
text: i18next.t("timeNotice", { time: format(new Date(), "HH:mm") }),
text: i18next.t("timeNotice", { time: format(new Date(), "H:mm") }),
});
if (!response.success) {