wangrong
2026-07-25 c2c8841967d9ab95e1bda8c65c2e37c8f0511005
1
2
3
4
5
6
7
8
9
10
11
import { ModuleConfig } from '@cool-midway/core';
 
export default () => {
    return {
        name: 'monitor',
        description: '萤石云视频监控模块',
        enable: true,
        middleware: [],
        globalMiddlewares: [],
    } as ModuleConfig;
};