// residenceTime   停留时间
// screenEntryMethod    入屏方式
// screenOutputMethod   出屏方式
// screenEntrySpeed     入屏速度
// flickerSpeed   闪烁速度
// flashingFrequency   闪烁次数
// playbackCount    播放次数
// xCoordinate   x
// yCoordinate   y
// displayAreaWidth  宽度
// displayAreaHeight 高度
// font  字体
// fontSize  字号
// fontStyle  字体风格
// horizontalAlignment 水平对齐
// verticalAlignment 垂直对齐
// lineSpacing 行距
// fontSpacing 字距
// foregroundColor 前景颜色
// backgroundColor 背景颜色
// playSpecialEffects 播放特效
// specialEffectsSpeed 特效速度
// playbackDuration 播放时长
// playbackCount 播放次数
// textContent 文本内容
// whetherToPlayText 是否播放文字
// whetherToSynchronizePlayback 是否同步播放
// setUpTheSpeaker 设置发声音人
// volume 音量
// speechSpeed 语速
// intonation 语调
export default [
  {
    "backgroundColor": "00000000",
    "displayAreaHeight": "120",
    "displayAreaWidth": "768",
    "flashingFrequency": "5", //闪烁次数
    "flickerSpeed": "0",  //闪烁速度
    "font": "微软雅黑",
    "fontSize": "14",
    "fontSpacing": "4",
    "fontStyle": "0",
    "foregroundColor": "ffff00",
    "horizontalAlignment": "2",
    "intonation": "0",
    "lineSpacing": "0",
    "playSpecialEffects": "0",
    "playbackCount": "1",
    "playbackDuration": "50",
    "residenceTime": "18", //停留时间
    "screenEntryMethod": "1",  //入屏方式
    "screenEntrySpeed": "1",   //入屏速度
    "screenOutputMethod": "1",   //出屏方式
    "setUpTheSpeaker": "0",
    "specialEffectsSpeed": "1",
    "speechSpeed": "0",
    "textContent": "因改扩建施工最高限速100km/h",
    "verticalAlignment": "2",
    "volume": "0",
    "whetherToPlayText": "0",
    "whetherToSynchronizePlayback": "0",
    "xCoordinate": "0",
    "yCoordinate": "0"
  },
  {
    "backgroundColor": "00000000",
    "displayAreaHeight": "180",
    "displayAreaWidth": "700",
    "flashingFrequency": "5",
    "flickerSpeed": "0",
    "font": "微软雅黑",
    "fontSize": "30",
    "fontSpacing": "20",
    "fontStyle": "0",
    "foregroundColor": "ff0000",
    "horizontalAlignment": "1",
    "intonation": "0",
    "lineSpacing": "10",
    "playSpecialEffects": "0",
    "playbackCount": "1",
    "playbackDuration": "50",
    "residenceTime": "50",
    "screenEntryMethod": "1",
    "screenEntrySpeed": "1",
    "screenOutputMethod": "1",
    "setUpTheSpeaker": "0",
    "specialEffectsSpeed": "1",
    "speechSpeed": "0",
    "textContent": "因改扩建施工最高限速100km/h",
    "verticalAlignment": "2",
    "volume": "0",
    "whetherToPlayText": "0",
    "whetherToSynchronizePlayback": "0",
    "xCoordinate": "0",
    "yCoordinate": "0"
  }
]