From 9dea370a87e14fb9365b8a33186112a8fbcd2f89 Mon Sep 17 00:00:00 2001 From: Eamon-meng <17516219072@163.com> Date: Wed, 6 May 2026 15:14:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=99=BD=E5=90=8D=E5=8D=95?= =?UTF-8?q?=E4=B8=8A=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/admin/whitelist/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/admin/whitelist/page.tsx b/src/app/admin/whitelist/page.tsx index 0528ebf..7e7c9af 100644 --- a/src/app/admin/whitelist/page.tsx +++ b/src/app/admin/whitelist/page.tsx @@ -34,7 +34,7 @@ type SchemaType = z.infer export type WhitelistPageProps = {} -const MAX_WHITELIST_COUNT = 10 +const MAX_WHITELIST_COUNT = 5 export default function WhitelistPage(props: WhitelistPageProps) { const [wait, setWait] = useState(false)