{
  "normalView": {
    "type": "frame",
    "width": "match_parent",
    "height": "match_parent",
    "elements": [
      {
        "id": "image_bg",
        "type": "image",
        "width": "match_parent",
        "height": "match_parent",
        "src": "#CC000000",
        "layout_gravity" : "center"
      },{
        "id": "image_back",
        "type": "image",
        "width": 170,
        "height": 42,
        "marginTop": 60,
        "marginRight": 30,
        "src": "http://galitv.alicdn.com/product/image/2023-05-31/32edbc5d0259434c4ae401c2f3a93463.png",
        "layout_gravity" : "top|right"
      }, {
        "id": "lottie_super_bapin",
        "type": "n_lottie",
        "width": "match_parent",
        "height": "match_parent",
        "data": "${selfNode}",
        "lottieUri": "${extra.lottieUri}",
        "monitorAnimation":"true",
        "triggerType": "2",
        "playDelay": "10",
        "repeatCount": "0",
        "repeatMode": "2",
        "mergePaths": "true",
        "renderAtBottom": "false"
      }
    ]
  }
}