This website works better with JavaScript
Home
Explore
Help
Register
Sign In
siwei
/
dify
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
22bdfb7e56
Branches
Tags
dev
develop
main
dify
/
web
/
app
/
components
/
base
/
file-uploader
/
constants.ts
constants.ts
100 B
History
Raw
1
2
3
export const FILE_SIZE_LIMIT = 15 * 1024 * 1024
export const FILE_URL_REGEX = /^(https?|ftp):\/\//