1{
2    "id" : "menu",
3    "bgColor" : "#000000ff",
4    "default" : {
5        "Common" : {
6            "visible" : true
7        },
8        "UILabel" : {
9            "bgColor" : "#000000ff",
10            "fontColor" : "#ffffffff",
11            "align" : "center"
12        }
13    },
14    "coms" : [
15        {
16            "type" : "UILabel",
17            "id" : "Label_RebootToNormalSystem",
18            "text" : "Reboot to normal system",
19            "x" : 1280,
20            "y" : 0,
21            "fontSize" : 60,
22            "visible" : false
23        }
24    ]
25}