调整form

This commit is contained in:
limil 2026-02-09 22:43:34 +08:00
parent e01c91a1a3
commit 68c957d13a

View File

@ -167,8 +167,8 @@ export default function NodeEditor({
<Folder title='高级'>
<div className="form-group">
<label></label>
<input
type="text"
<textarea
rows={2}
value={disallowIPs || ''}
onChange={e => setDisallowIPs(e.target.value)}
/>