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 "style" : "normal" 13 } 14 }, 15 "coms" : [ 16 { 17 "type" : "UILabel", 18 "id" : "Label_RebootToNormalSystem", 19 "text" : "Reboot to normal system", 20 "x" : 1280, 21 "y" : 0, 22 "fontSize" : 60, 23 "visible" : false 24 } 25 ] 26}