wangrong
2026-07-25 a97d3b4a19c0fc7586bd02f5b51f609904d5cf15
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import { ModuleConfig } from '@cool-midway/core';
 
export default () => {
    return {
        name: 'monitor',
        description: '萤石云视频监控模块',
        enable: true,
        middleware: [],
        // globalGuard: [],
        // globalFilter: [],
        // globalPipe: [],
        // 静态资源配置(萤石不需要,预留)
        // static: {},
    } as ModuleConfig;
};