mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-18 16:35:57 +08:00
feat: make input size bigger in start (#3340)
This commit is contained in:
parent
e0df7505f6
commit
3d473b9763
@ -17,7 +17,7 @@ import Switch from '@/app/components/base/switch'
|
|||||||
import { ChangeType, InputVarType } from '@/app/components/workflow/types'
|
import { ChangeType, InputVarType } from '@/app/components/workflow/types'
|
||||||
|
|
||||||
const TEXT_MAX_LENGTH = 256
|
const TEXT_MAX_LENGTH = 256
|
||||||
const PARAGRAPH_MAX_LENGTH = 1024
|
const PARAGRAPH_MAX_LENGTH = 1032 * 32
|
||||||
|
|
||||||
export type IConfigModalProps = {
|
export type IConfigModalProps = {
|
||||||
isCreate?: boolean
|
isCreate?: boolean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user