From 087e37991010017bcc49f4279803b77bbeaa2e33 Mon Sep 17 00:00:00 2001 From: zhx Date: Fri, 12 Jun 2026 00:34:45 +0800 Subject: [PATCH] 1 --- src/features/games/pages/GameRobotPage.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/features/games/pages/GameRobotPage.jsx b/src/features/games/pages/GameRobotPage.jsx index 1bb946b..9c8f2ca 100644 --- a/src/features/games/pages/GameRobotPage.jsx +++ b/src/features/games/pages/GameRobotPage.jsx @@ -30,6 +30,7 @@ const defaultGenerateForm = { count: 20, nicknameLanguage: "arabic", }; +const maxGenerateRobotCount = 1000; export function GameRobotPage() { const { can } = useAuth(); @@ -265,11 +266,11 @@ function GenerateDialog({ form, loading, open, setForm, onClose, onSubmit }) { > setForm({ ...form, count: event.target.value })} />