mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-26 16:02:18 +08:00
7a1d6fe509
Co-authored-by: Joel <iamjoel007@gmail.com> Co-authored-by: JzoNg <jzongcode@gmail.com>
4 lines
100 B
TypeScript
4 lines
100 B
TypeScript
export const FILE_SIZE_LIMIT = 15 * 1024 * 1024
|
|
|
|
export const FILE_URL_REGEX = /^(https?|ftp):\/\//
|