友情链接管理;封装上传接口
This commit is contained in:
@ -31,4 +31,13 @@ export default {
|
||||
// Buttons
|
||||
"common.confirm": "Confirm",
|
||||
"common.cancel": "Cancel",
|
||||
|
||||
// FileUpload component
|
||||
'component.fileUpload.buttonText': 'Upload File',
|
||||
'component.fileUpload.dragText': 'Click or drag file to this area to upload',
|
||||
'component.fileUpload.fileTypeTip': 'Supported file types: {types}',
|
||||
'component.fileUpload.fileSizeTip': 'File size should not exceed {size}MB',
|
||||
'component.fileUpload.uploadFailed': 'Upload failed',
|
||||
'component.fileUpload.parseError': 'Failed to parse response',
|
||||
'component.fileUpload.networkError': 'Network error',
|
||||
};
|
||||
|
Reference in New Issue
Block a user