1{
2    "animation": {
3        "components": [
4            {
5                "type": "UIImageView",
6                "id": "Charging_Animation_Image",
7                "x": 200,
8                "y": 480,
9                "w": 400,
10                "h": 400,
11                "resPath": "/system/etc/charger/resources/",
12                "imgCnt": 62,
13                "updInterval": 60,
14                "filePrefix": "loop"
15            },
16            {
17                "type": "UILabel",
18                "id": "Charging_Percent_Label",
19                "text": "",
20                "x": 326,
21                "y": 616,
22                "w": 88,
23                "h": 48,
24                "fontSize": 32,
25                "fontColor": "#ffffffe6",
26                "bgColor": "#00000000",
27                "align": "center"
28            }
29        ]
30    },
31    "lackpowerChargingPrompt": {
32        "components": [
33            {
34                "type": "UILabel",
35                "id": "LackPower_Charging_Label",
36                "text": "电池电量低",
37                "x": 229,
38                "y": 1037,
39                "w": 250,
40                "h": 45,
41                "fontSize": 42,
42                "fontColor": "#ff0000ff",
43                "bgColor": "#00000000",
44                "align": "center"
45            }
46        ]
47    },
48    "lackpowerNotChargingPrompt": {
49        "components": [
50            {
51                "type": "UILabel",
52                "id": "LackPower_Not_Charging_Label",
53                "text": "电池电量低,请连接电源",
54                "x": 110,
55                "y": 1037,
56                "w": 500,
57                "h": 45,
58                "fontSize": 42,
59                "fontColor": "#ff0000ff",
60                "bgColor": "#00000000",
61                "align": "center"
62            }
63        ]
64    }
65}
66