wangzhibo
4 天以前 ae6f40460dcd56af6c5f60ba52c883854c3bac55
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
[
    {
      "id": 0,
      "type": "container",
      "direction": 1,
      "main_alignment": 0,
      "cross_alignment": 1,
      "dimension": {
        "type": "rigid",
        "width": 240,
        "height": 240
      },
      "placement": {
        "type": "absolute",
        "left": 0,
        "top": 0
      },
      "visible": true,
      "inversion": false
    },
    {
      "id": 1,
      "parent_id": 0,
      "type": "container",
      "direction": 1,
      "main_alignment": 1,
      "cross_alignment": 2,
      "dimension": {
        "type": "rigid",
        "width": 130,
        "height": 34
      },
      "placement": {
        "type": "absolute",
        "left": 75,
        "top": 45
      },
      "visible": true,
      "inversion": false
    },
    {
      "id": 2,
      "parent_id": 1,
      "type": "text",
      "text": "#top_short_press_label",
      "ppem": 17,
      "color": 3,
      "placement": {
        "type": "relative"
      },
      "visible": true,
      "inversion": false
    },
    {
      "id": 3,
      "parent_id": 1,
      "type": "text",
      "text": "#top_long_press_label",
      "ppem": 17,
      "color": 3,
      "ascent": 17,
      "placement": {
        "type": "relative"
      },
      "visible": true,
      "inversion": false
    },
    {
      "id": 4,
      "parent_id": 0,
      "type": "container",
      "direction": 1,
      "main_alignment": 1,
      "cross_alignment": 2,
      "dimension": {
        "type": "rigid",
        "width": 80,
        "height": 34
      },
      "placement": {
        "type": "absolute",
        "left": 135,
        "top": 103
      },
      "visible": true,
      "inversion": false
    },
    {
      "id": 5,
      "parent_id": 4,
      "type": "text",
      "text": "#middle_short_press_label",
      "ppem": 17,
      "color": 3,
      "placement": {
        "type": "relative"
      },
      "visible": true,
      "inversion": false
    },
    {
      "id": 6,
      "parent_id": 4,
      "type": "text",
      "text": "#middle_long_press_label",
      "ppem": 17,
      "color": 3,
      "ascent": 17,
      "placement": {
        "type": "relative"
      },
      "visible": true,
      "inversion": false
    },
    {
      "id": 7,
      "parent_id": 0,
      "type": "container",
      "direction": 1,
      "main_alignment": 1,
      "cross_alignment": 2,
      "dimension": {
        "type": "rigid",
        "width": 130,
        "height": 34
      },
      "placement": {
        "type": "absolute",
        "left": 75,
        "top": 161
      },
      "visible": true,
      "inversion": false
    },
    {
      "id": 8,
      "parent_id": 7,
      "type": "text",
      "text": "#bottom_short_press_label",
      "ppem": 17,
      "color": 3,
      "placement": {
        "type": "relative"
      },
      "visible": true,
      "inversion": false
    },
    {
      "id": 9,
      "parent_id": 7,
      "type": "text",
      "text": "#bottom_long_press_label",
      "ppem": 17,
      "color": 3,
      "ascent": 17,
      "placement": {
        "type": "relative"
      },
      "visible": true,
      "inversion": false
    },
    {
      "id": 10,
      "parent_id": 0,
      "type": "text",
      "text": "#menu_title",
      "ppem": 25,
      "color": 3,
      "ascent": 35,
      "placement": {
        "type": "relative"
      },
      "visible": true,
      "inversion": false
    },
    {
        "id": 11,
        "parent_id": 0,
        "type": "text_page",
        "text": "#message_to_display",
        "ppem": 17,
        "color": 3,
        "ascent": 17,
        "cross_alignment": 2,
        "line_width": [
            80,
            85,
            90,
            90,
            85,
            80
        ],
        "dimension": {
            "type": "rigid",
            "width": 80,
            "height": 100
        },
        "placement": {
            "type": "absolute",
            "left": 20,
            "top": 60
        },
        "visible": true,
        "inversion": false
    }
  ]