mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-07-08 17:45:43 +08:00
feat: 机器终端支持文件&文件夹上传、支持选中文件下载
This commit is contained in:
5
frontend/src/components/sysmsg/db/index.ts
Normal file
5
frontend/src/components/sysmsg/db/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { registerDbSqlExecProgress } from './db-sql-exec-progress';
|
||||
|
||||
export function initDbSysMsgs() {
|
||||
registerDbSqlExecProgress();
|
||||
}
|
||||
Reference in New Issue
Block a user