v7.2@uwuzu1.5.4をリリース

This commit is contained in:
2025-08-02 19:39:50 +09:00
parent f6f7030d8c
commit 718e97ed45
14 changed files with 215 additions and 47 deletions
+2
View File
@@ -19,6 +19,7 @@ export async function weatherNotice() {
※タイムラインが埋まるため返信に記載しています
`,
}),
cache: "no-store",
},
);
@@ -114,6 +115,7 @@ export async function weatherReply(uniqid: string) {
text: weatherResults[i],
replyid: uniqid,
}),
cache: "no-store",
},
);