refactor: update welcome text limit

pull/90/head
moonrailgun 2 years ago
parent 926aeb5fe0
commit 769f1f9b6c

@ -24,7 +24,7 @@ regPluginGroupConfigItem({
<TextArea
disabled={loading}
value={text}
maxLength={1000}
maxLength={2000}
showCount={true}
rows={5}
onChange={(e) => setText(e.target.value)}

Loading…
Cancel
Save