更改白名单上限

This commit is contained in:
Eamon-meng
2026-05-06 15:14:33 +08:00
parent 602372e58d
commit 9dea370a87

View File

@@ -34,7 +34,7 @@ type SchemaType = z.infer<typeof schema>
export type WhitelistPageProps = {} export type WhitelistPageProps = {}
const MAX_WHITELIST_COUNT = 10 const MAX_WHITELIST_COUNT = 5
export default function WhitelistPage(props: WhitelistPageProps) { export default function WhitelistPage(props: WhitelistPageProps) {
const [wait, setWait] = useState(false) const [wait, setWait] = useState(false)