fix: input number width & default value for child delimiter

This commit is contained in:
AkaraChen
2024-12-17 14:12:34 +08:00
parent 1e2ca1aa7b
commit 175f5fe6af
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ const defaultParentChildConfig: ParentChildConfig = {
maxLength: 500,
},
child: {
delimiter: '\\n\\n',
delimiter: '\\n',
maxLength: 200,
},
}