mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
5 lines
140 B
TypeScript
5 lines
140 B
TypeScript
export enum AcceptType {
|
|
Image = '.jpg,.jpeg,.png,.gif,.bmp,.webp',
|
|
File = '.doc,.docx,.xls,.xlsx,.ppt,.pptx,.txt,.pdf,.zip,.rar,.7z'
|
|
}
|