feat: 新增文件上传组件

This commit is contained in:
xlsea
2025-04-25 00:59:58 +08:00
parent 03f408f552
commit 15acc1ff68
12 changed files with 400 additions and 98 deletions

View File

@ -25,6 +25,7 @@ const local: App.I18n.Schema = {
deleteSuccess: 'Delete Success',
confirmDelete: 'Are you sure you want to delete?',
edit: 'Edit',
download: 'Download',
warning: 'Warning',
error: 'Error',
index: 'Index',
@ -182,7 +183,8 @@ const local: App.I18n.Schema = {
'monitor_oper-log': 'Operate Log',
system_client: 'Client Management',
system_notice: 'Notice Management',
'social-callback': 'Social Callback'
'social-callback': 'Social Callback',
system_oss: 'File Management'
},
page: {
login: {

View File

@ -25,6 +25,7 @@ const local: App.I18n.Schema = {
deleteSuccess: '删除成功',
confirmDelete: '确认删除吗?',
edit: '编辑',
download: '下载',
warning: '警告',
error: '错误',
index: '序号',
@ -182,7 +183,8 @@ const local: App.I18n.Schema = {
'monitor_oper-log': '操作日志',
system_client: '客户端管理',
system_notice: '通知公告',
'social-callback': '单点登录回调'
'social-callback': '单点登录回调',
system_oss: '文件管理'
},
page: {
login: {