Chg: 最大震度が投稿に必要な値に満たない場合のコンソール表示を変更 / Feat: 返信ではないユーズの自主的な文字数制限

This commit is contained in:
2026-05-03 15:10:37 +09:00
parent eb4d1450c3
commit 953c49583c
4 changed files with 25 additions and 7 deletions
+1
View File
@@ -37,6 +37,7 @@ const schema = z.object({
ueuse: z.object({
maxRetries: z.number().int().positive(),
retryInterval: z.number().positive(),
maxLengthWithPublic: z.number().int().nonnegative(),
}),
debug: z.boolean().optional(),
});