Feat: ユーズの再試行 / Feat: ユーズの文字数制限回避 / Feat: ユーズ送信関数 / Chg: weatherNotice.tsのマジックナンバーに命名
This commit is contained in:
@@ -34,6 +34,10 @@ const schema = z.object({
|
||||
}
|
||||
}),
|
||||
}),
|
||||
ueuse: z.object({
|
||||
maxRetries: z.number().int().positive(),
|
||||
retryInterval: z.number().positive(),
|
||||
}),
|
||||
debug: z.boolean().optional(),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user