{
  "normalView": {
    "type": "frame",
    "_comment1": "导购广告解锁二维码弹窗，这个模板中的id, 不能随便修改，已经绑定了客户端里面的特殊处理",
    "id": "xgou_ad_qr_code_lay",
    "width": "match_parent",
    "height": "match_parent",
    "focusable": "false",
    "clickable": "false",
    "layout_gravity": "center_vertical",
    "background": "#1A000000",
    "elements": [
      {
        "_comment1": "左边的遮罩",
        "type": "frame",
        "id": "layout_left",
        "width": "1086",
        "height": "match_parent",
        "layout_gravity": "left|top",
        "_background": "#B2000000",
        "visibility": "@{${extra.blockPlayer}?visible:gone}",
        "elements": [
          {
            "type": "text",
            "text": "${extra.trySeeEndTips}",
            "textSize": 36,
            "textColor": "@token{color_vipGold_pure}",
            "maxLines": 1,
            "ellipsize": "end",
            "layout_gravity": "center_horizontal",
            "marginTop": 500,
            "textStyle": "bold"
          },
          {
            "type": "linear",
            "width": "match_parent",
            "height": "wrap_content",
            "marginTop": 560,
            "layout_gravity": "center_horizontal",
            "gravity": "center_horizontal",
            "elements": [
              {
                "type": "image",
                "src": "${extra.tabs[0].tabIcon}",
                "marginLeft": 12,
                "width": "wrap_content",
                "height": "36"
              },
              {
                "type": "text",
                "text": "${extra.trySeeEndTips2}",
                "textSize": 26,
                "marginLeft": 12,
                "marginTop": 4,
                "width": "wrap_content",
                "height": "wrap_content",
                "textColor": "@token{color_secondaryInfo_white}",
                "maxLines": 1,
                "ellipsize": "end",
                "textStyle": "normal"
              }
            ]
          }
        ]
      },
      {
        "_comment1": "右边的二维码",
        "type": "frame",
        "id": "layout_right",
        "width": "835",
        "paddingLeft": "60",
        "paddingRight": "60",
        "height": "match_parent",
        "layout_gravity": "right|center_vertical",
        "background": "#000000",
        "elements": [
          {
            "id": "key_tip_btn",
            "type": "linear",
            "width": "wrap_content",
            "height": "wrap_content",
            "marginTop": "20",
            "marginRight": "36",
            "layout_gravity": "right|top",
            "orientation": "horizontal",
            "focusable": "false",
            "clickable": "true",
            "hoverRadius": "8",
            "clickEvent": "${extra.buttons[6]}",
            "elements": [
              {
                "id": "key_tip1",
                "type": "text",
                "width": "wrap_content",
                "height": "wrap_content",
                "gravity": "center",
                "layout_gravity": "center",
                "textColor": "@token{color_secondaryInfo_white}",
                "textSize": 26,
                "text": "按",
                "visibility": "@{${isIot}?gone:visible}"
              },
              {
                "id": "key_tip2",
                "type": "text",
                "width": "wrap_content",
                "height": "wrap_content",
                "gravity": "center",
                "layout_gravity": "center",
                "textColor": "@token{color_primaryInfo_white}",
                "textSize": 26,
                "text": "@{${isIot}?【点击回到全屏】:【返回键】}"
              },
              {
                "id": "key_tip3",
                "type": "text",
                "width": "wrap_content",
                "height": "wrap_content",
                "gravity": "center",
                "layout_gravity": "center",
                "textColor": "@token{color_secondaryInfo_white}",
                "textSize": 26,
                "text": "回到全屏",
                "visibility": "@{${isIot}?gone:visible}"
              }
            ]
          },
          {
            "type": "image",
            "width": "580",
            "height": "830",
            "marginTop": "46",
            "layout_gravity": "center_horizontal",
            "background": "https://galitv.alicdn.com/product/image/2025-08-13/0b9575bdb4018d29f265c77a39f4c71c.png"
          },
          {
            "id": "title",
            "type": "text",
            "width": "wrap_content",
            "height": "wrap_content",
            "textSize": "30",
            "marginTop": "130",
            "gravity": "center",
            "fontType": "5",
            "layout_gravity": "center_horizontal",
            "textColor": "#B2FFFFFF",
            "text": "${extra.scanADTimeDesc}"
          },
          {
            "type": "linear",
            "width": "match_parent",
            "height": "wrap_content",
            "orientation": "vertical",
            "marginTop": "218",
            "gravity": "center_horizontal",
            "elements": [
              {
                "id": "title",
                "type": "text",
                "width": "wrap_content",
                "height": "wrap_content",
                "textSize": "40",
                "visibility": "@{${extra.scanTopTitleStr}?gone:visible}",
                "gravity": "center",
                "textColor": "#ffffff",
                "text": "${extra.scanTopTitleStr}"
              },
              {
                "id": "titleImage",
                "type": "image",
                "width": "wrap_content",
                "height": "45",
                "gravity": "center",
                "visibility": "@{${extra.scanTopTitle}?visible:gone}",
                "src": "${extra.scanTopTitle}"
              },
              {
                "id": "subTitle",
                "type": "text",
                "width": "wrap_content",
                "height": "wrap_content",
                "textSize": "33",
                "gravity": "center",
                "textColor": "#ccFFFFFF",
                "marginTop": "12",
                "text": "${extra.scanTopSubTitle}"
              },
              {
                "id": "xgou_qr_code_lay_index_0",
                "type": "frame",
                "width": "400",
                "height": "450",
                "radius": "16",
                "marginTop": "20",
                "background": "#ffffff",
                "padding": "5",
                "elements": [
                  {
                    "id": "xgou_qr_code_index_0",
                    "type": "image",
                    "width": "380",
                    "height": "380",
                    "scaleType": "fitXY",
                    "marginTop": "5",
                    "layout_gravity": "center_horizontal",
                    "src": "${extra.qrBitmap}"
                  },
                  {
                    "id": "xgou_qr_center_pic_index_0",
                    "type": "image",
                    "width": "85",
                    "height": "85",
                    "marginTop": "148",
                    "alignParentRight": "true",
                    "layout_gravity": "center_horizontal",
                    "src": "@{${extra.qrCenterPic}?${extra.qrCenterPic}:https://galitv.alicdn.com/product/image/2025-08-13/686f5eaf4b9b33e5041c072a06e4fbb1.png}"
                  },
                  {
                    "id": "xgou_qr_code_title_index_0",
                    "type": "text",
                    "textSize": "30",
                    "textColor": "#99111111",
                    "maxLines": "1",
                    "ellipsize": "end",
                    "marginBottom": "16",
                    "layout_gravity": "center_horizontal|bottom",
                    "width": "wrap_content",
                    "height": "wrap_content",
                    "text": "${extra.scanBottomTitle}"
                  }
                ]
              },
              {
                "_comment1": "底部按钮",
                "type": "relative",
                "width": "wrap_content",
                "height": "wrap_content",
                "layout_gravity": "center_horizontal|bottom",
                "visibility": "@{${extra.bugSvipTitle}?visible:gone}",
                "marginTop": "124",
                "elements": [
                  {
                    "id": "bottom_btn_more",
                    "type": "text",
                    "width": "wrap_content",
                    "minWidth": 380,
                    "height": 74,
                    "radius": 36,
                    "textSize": 33,
                    "paddingRight": "90",
                    "textStyle": "bold",
                    "paddingLeft": "90",
                    "gravity": "center",
                    "background": "https://galitv.alicdn.com/product/image/2025-08-14/727a01b63ddbb127b696208edd688e82.png",
                    "textColor": "${style.tab_title_select_focus_vip}",
                    "text": "${extra.bugSvipTitle}",
                    "focusable": "true",
                    "clickable": "true",
                    "data": "${extra.buySvipUrl}"
                  },
                  {
                    "id": "bottom_btn_more_bubble",
                    "type": "text",
                    "text": "${extra.buyBubble}",
                    "width": "wrap_content",
                    "height": "68",
                    "alignLeft": "bottom_btn_more",
                    "paddingRight": 18.5,
                    "paddingLeft": 20,
                    "paddingTop": 7,
                    "textSize": 20,
                    "marginTop": -25,
                    "marginLeft": -1.5,
                    "layout_gravity": "left|top",
                    "textColor": "#FFFFFF",
                    "gravity": "horizontal_center",
                    "background": "local:button_bubble_bg_vip",
                    "textStyle": "normal",
                    "radius": 18,
                    "bottomLeftRadius": 2
                  }
                ]
              }
            ]
          },
          {
            "id": "version_tips",
            "type": "text",
            "width": "wrap_content",
            "height": "wrap_content",
            "textSize": "12",
            "gravity": "center",
            "layout_gravity": "right|top",
            "textColor": "#FFE6414E",
            "text": "${templateInfo}",
            "visibility": "@{${isDebug}?visible:gone}"
          }
        ]
      }
    ]
  },
  "container": {
    "enableSelector": "false",
    "enableEdgeAnim": "false",
    "scaleValue": "1"
  },
  "animations": [
    {
      "type": "focusScale",
      "elementIds": [
        "bottom_btn_more1"
      ],
      "params": {
        "scaleValue": "1.04",
        "overshootValue": "1.14"
      }
    }
  ]
}