perf: 输入引导。导出数据编码格式。列表数字被隐藏

This commit is contained in:
archer
2023-04-11 16:32:07 +08:00
parent aaa350a13e
commit 915b104b8a
6 changed files with 16 additions and 7 deletions

View File

@@ -124,7 +124,9 @@ const InputDataModal = ({
<Box flex={2} mr={[0, 4]} mb={[4, 0]} h={['230px', '100%']}>
<Box h={'30px'}></Box>
<Textarea
placeholder="相关问题,可以回车输入多个问法, 最多500字"
placeholder={
'相关问题,可以输入多个问法, 最多500字。例如\n1. laf 是什么?\n2. laf 可以做什么?\n3. laf怎么用'
}
maxLength={500}
resize={'none'}
h={'calc(100% - 30px)'}
@@ -136,7 +138,9 @@ const InputDataModal = ({
<Box flex={3} h={['330px', '100%']}>
<Box h={'30px'}></Box>
<Textarea
placeholder="知识点,最多1000字"
placeholder={
'知识点最多1000字。请保持主语的完整性缺少主语会导致效果不佳。例如\n1. laf是一个云函数开发平台。\n2. laf 什么都能做。\n3. 下面是使用 laf 的例子: ……'
}
maxLength={1000}
resize={'none'}
h={'calc(100% - 30px)'}