2025-08-26 15:43:53 +08:00
|
|
|
import { yushiVideoConfig } from './yushiVideoHaz/index'
|
|
|
|
import { MaxTrimConfig } from './MaxTrimHaz/index'
|
|
|
|
import { PieCenterConfig } from './PieCenterHaz/index'
|
|
|
|
import { LineDropdownConfig } from './LineDropdownHaz/index'
|
|
|
|
import { AlarmListConfig } from './AlarmListHaz/index'
|
|
|
|
import { LineGraph01 } from './LineGraph01Haz/index'
|
|
|
|
import {TopAlarmsConfig} from './TopAlarmsHaz/index'
|
2025-08-27 17:45:05 +08:00
|
|
|
import AlarmListHazCConfig from './AlarmListHazC'
|
2025-08-26 15:43:53 +08:00
|
|
|
|
|
|
|
export default [
|
|
|
|
yushiVideoConfig,
|
|
|
|
MaxTrimConfig,
|
|
|
|
PieCenterConfig,
|
|
|
|
LineDropdownConfig,
|
|
|
|
AlarmListConfig,
|
|
|
|
LineGraph01,
|
2025-08-27 17:45:05 +08:00
|
|
|
TopAlarmsConfig,
|
|
|
|
AlarmListHazCConfig
|
2025-08-26 15:43:53 +08:00
|
|
|
]
|