123b3eb3cSopenharmony_ci{
223b3eb3cSopenharmony_ci  "template": {
323b3eb3cSopenharmony_ci    "type": "div",
423b3eb3cSopenharmony_ci    "attr": {},
523b3eb3cSopenharmony_ci    "classList": [
623b3eb3cSopenharmony_ci      "container"
723b3eb3cSopenharmony_ci    ],
823b3eb3cSopenharmony_ci    "children": [
923b3eb3cSopenharmony_ci      {
1023b3eb3cSopenharmony_ci        "type": "div",
1123b3eb3cSopenharmony_ci        "attr": {},
1223b3eb3cSopenharmony_ci        "classList": [
1323b3eb3cSopenharmony_ci          "row"
1423b3eb3cSopenharmony_ci        ],
1523b3eb3cSopenharmony_ci        "children": [
1623b3eb3cSopenharmony_ci          {
1723b3eb3cSopenharmony_ci            "type": "clock",
1823b3eb3cSopenharmony_ci            "attr": {
1923b3eb3cSopenharmony_ci              "hourwest": "{{timeRegion}}",
2023b3eb3cSopenharmony_ci              "clockconfig": "{{clockconfig}}"
2123b3eb3cSopenharmony_ci            },
2223b3eb3cSopenharmony_ci            "classList": [
2323b3eb3cSopenharmony_ci              "clk"
2423b3eb3cSopenharmony_ci            ],
2523b3eb3cSopenharmony_ci            "style": {
2623b3eb3cSopenharmony_ci              "fontFamly": "{{fontFamily}}"
2723b3eb3cSopenharmony_ci            }
2823b3eb3cSopenharmony_ci          }
2923b3eb3cSopenharmony_ci        ]
3023b3eb3cSopenharmony_ci      }
3123b3eb3cSopenharmony_ci    ]
3223b3eb3cSopenharmony_ci  },
3323b3eb3cSopenharmony_ci  "styles": {
3423b3eb3cSopenharmony_ci    ".container": {
3523b3eb3cSopenharmony_ci      "flexDirection": "column",
3623b3eb3cSopenharmony_ci      "alignItems": "center"
3723b3eb3cSopenharmony_ci    },
3823b3eb3cSopenharmony_ci    ".clk": {
3923b3eb3cSopenharmony_ci      "width": "350px",
4023b3eb3cSopenharmony_ci      "height": "350px"
4123b3eb3cSopenharmony_ci    },
4223b3eb3cSopenharmony_ci    ".row": {
4323b3eb3cSopenharmony_ci      "flexDirection": "row",
4423b3eb3cSopenharmony_ci      "alignItems": "center",
4523b3eb3cSopenharmony_ci      "justifyContent": "space-around",
4623b3eb3cSopenharmony_ci      "borderRadius": "40px",
4723b3eb3cSopenharmony_ci      "paddingTop": "20px",
4823b3eb3cSopenharmony_ci      "paddingBottom": "20px",
4923b3eb3cSopenharmony_ci      "backgroundColor": "#4169E1"
5023b3eb3cSopenharmony_ci    }
5123b3eb3cSopenharmony_ci  },
5223b3eb3cSopenharmony_ci  "actions": {},
5323b3eb3cSopenharmony_ci  "data": {
5423b3eb3cSopenharmony_ci    "timeRegion": "8",
5523b3eb3cSopenharmony_ci    "fontFamily": "Courier",
5623b3eb3cSopenharmony_ci    "clockconfig": {
5723b3eb3cSopenharmony_ci      "digitRadiusRatio": 0.7,
5823b3eb3cSopenharmony_ci      "digitSizeRatio": 0.08,
5923b3eb3cSopenharmony_ci      "face": "common/clock_widget.png",
6023b3eb3cSopenharmony_ci      "hourHand": "common/clock_widget_hour.png",
6123b3eb3cSopenharmony_ci      "minuteHand": "common/clock_widget_minute.png",
6223b3eb3cSopenharmony_ci      "secondHand": "common/clock_widget_second.png",
6323b3eb3cSopenharmony_ci      "faceNight": "common/black_clock_widget.png",
6423b3eb3cSopenharmony_ci      "hourHandNight": "common/black_clock_widget_hour.png",
6523b3eb3cSopenharmony_ci      "minuteHandNight": "common/black_clock_widget_minute.png",
6623b3eb3cSopenharmony_ci      "digitColor": "#000000",
6723b3eb3cSopenharmony_ci      "digitColorNight": "#FFFFFF"
6823b3eb3cSopenharmony_ci    }
6923b3eb3cSopenharmony_ci  }
7023b3eb3cSopenharmony_ci}