@shijiu/jsview-vue-samples 2.3.151-test.0 → 3.0.0-test.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (228) hide show
  1. package/ABImageAlt/App.vue +114 -0
  2. package/ABImageAlt/Item.vue +133 -0
  3. package/{MetroWidgetDemos/SkeletonDiagram/assets/imageList.json → ABImageAlt/assets/imageList.js} +9 -1
  4. package/ABImageAlt/data.js +17 -0
  5. package/AI_Check_Rules.txt +5 -0
  6. package/AnimPicture/App.vue +20 -10
  7. package/ApicSwitch/App.vue +90 -0
  8. package/ApicSwitch/TabItem.vue +65 -0
  9. package/ApicSwitch/WebpShow.vue +24 -0
  10. package/ApicSwitch/data.js +50 -0
  11. package/Basic/AI_skills_update.md +1 -0
  12. package/Basic/components/div/ColorFormatTest.vue +93 -0
  13. package/Basic/components/div/DivRadius.vue +97 -15
  14. package/Basic/components/div/DivTag3Group.vue +30 -0
  15. package/Basic/components/img/ImageType.vue +65 -0
  16. package/Basic/components/panel/Panel2.vue +13 -1
  17. package/Basic/components/text/TextAlign.vue +7 -1
  18. package/BlobLoadTest/App.vue +201 -0
  19. package/BreakLinesApi/App.vue +82 -0
  20. package/CanvasDrawChart/App.vue +11 -0
  21. package/CanvasDrawChart/Graph1.vue +104 -0
  22. package/CanvasDrawChart/Graph2.vue +115 -0
  23. package/CssPreprocessor/Scss/PanelData.js +1 -1
  24. package/CssPreprocessor/Scss/components/scss-group4/ScssMaps.vue +4 -3
  25. package/CssPreprocessor/Scss/components/scss-group5/ScssImporting.vue +2 -2
  26. package/DemoForOperator/Bounce/FreeMoveBuilder.js +1 -1
  27. package/DemoForOperator/Firework1/App.vue +12 -1
  28. package/DemoForOperator/Firework1/Fireworks.vue +18 -0
  29. package/DemoForOperator/FlipPage/FlipPage/FlipPage.vue +1 -0
  30. package/DemoForOperator/Focus/Alpha/Item.vue +1 -0
  31. package/DemoForOperator/Focus/Light/Item.vue +1 -0
  32. package/DemoForOperator/Focus/Normal/Item.vue +1 -0
  33. package/DemoForOperator/FrameShadow/FrameShadow.vue +1 -1
  34. package/DemoForOperator/Genie/App.vue +20 -6
  35. package/DemoForOperator/Genie/App2.vue +61 -0
  36. package/DemoForOperator/Genie/geniePakcer/GenieImage.vue +298 -0
  37. package/DemoForOperator/Genie/geniePakcer/GenieSlot.vue +292 -0
  38. package/DemoForOperator/Genie/geniePakcer/GenieTools.ts +463 -0
  39. package/DemoForOperator/Jigsaw/JigsawFull.vue +12 -7
  40. package/DemoForOperator/Jigsaw/JigsawSingle.vue +13 -7
  41. package/DemoForOperator/LongChatBox/App.vue +13 -13
  42. package/DemoForOperator/LongChatBox/Bubble.vue +78 -66
  43. package/DemoForOperator/LongChatBox/LongChat.vue +68 -36
  44. package/DemoForOperator/LongChatBox/testData.js +7 -44
  45. package/DemoForOperator/Sound/Bounce/FreeMoveBuilder.js +1 -1
  46. package/DemoForOperator/routeList.js +8 -2
  47. package/DemoHomepage/App.vue +74 -1
  48. package/DemoHomepage/components/BodyFrame.vue +1 -0
  49. package/DemoHomepage/components/TabFrame.vue +1 -1
  50. package/DemoHomepage/router.js +723 -160
  51. package/DemoHomepage/views/Homepage.vue +60 -2
  52. package/DemoHomepage/watchTest.vue +50 -0
  53. package/FilterDemo/AnimatePic.vue +63 -17
  54. package/FilterDemo/App.vue +3 -3
  55. package/FlexCellDemo/AI_skills_update.md +4 -0
  56. package/FlexCellDemo/TestFrame1.vue +12 -2
  57. package/FlexCellDemo/TestFrame2.vue +10 -1
  58. package/FlexCellDemo/TestFrame3.vue +114 -59
  59. package/FpsLimit/App.vue +102 -0
  60. package/FreeMoveChildAttract/App.vue +18 -8
  61. package/FreeMoveLink/App.vue +49 -20
  62. package/Hover/App.vue +144 -0
  63. package/HttpRequestSSE/SSEReader.js +200 -0
  64. package/ImpactStop/App.vue +2 -2
  65. package/Input/FullKeyboard.vue +3 -3
  66. package/Input/InputPanel.vue +63 -3
  67. package/JsvLine/App.vue +53 -38
  68. package/LatexDemo/App.vue +3 -1
  69. package/LatexFormula/App.vue +196 -0
  70. package/LongImage/App.vue +1 -1
  71. package/LongImage/LongImageScroll.vue +100 -47
  72. package/LongImage/Scroll.vue +28 -9
  73. package/LongText/LongTextScroll.vue +1 -0
  74. package/Markdown/App.vue +36 -0
  75. package/Markdown/Bubble.vue +109 -0
  76. package/Markdown/LongChat.vue +206 -0
  77. package/Markdown/Markdown/Markdown.vue +156 -0
  78. package/Markdown/Markdown/index.ts +1 -0
  79. package/Markdown/Markdown/marked/LICENSE.md +45 -0
  80. package/Markdown/Markdown/marked/index.ts +2 -0
  81. package/Markdown/Markdown/marked/marked.d.ts +756 -0
  82. package/Markdown/Markdown/marked/marked.js +71 -0
  83. package/Markdown/Markdown/parser.ts +1365 -0
  84. package/Markdown/data.js +581 -0
  85. package/MetroWidgetDemos/AI_skills_update.md +2 -0
  86. package/MetroWidgetDemos/ListExpand/ChildItem.vue +130 -0
  87. package/MetroWidgetDemos/ListExpand/ExpandItem.vue +375 -0
  88. package/MetroWidgetDemos/ListExpand/ExpandItem1.vue +403 -0
  89. package/MetroWidgetDemos/ListExpand/assets/arrow-down.png +0 -0
  90. package/MetroWidgetDemos/ListExpand/assets/up-arrow.png +0 -0
  91. package/MetroWidgetDemos/ListExpand/components/WidgetListHandler.vue +150 -0
  92. package/MetroWidgetDemos/ListExpand/index.vue +88 -0
  93. package/MetroWidgetDemos/ListExpand/list.js +2421 -0
  94. package/MetroWidgetDemos/RefreshDemo/App.vue +14 -1
  95. package/MetroWidgetDemos/RenderAccelerate/App.vue +142 -0
  96. package/MetroWidgetDemos/RenderAccelerate/AppPage.vue +78 -0
  97. package/MetroWidgetDemos/RenderAccelerate/AppTab.vue +62 -0
  98. package/MetroWidgetDemos/RenderAccelerate/ContentItem.vue +409 -0
  99. package/MetroWidgetDemos/RenderAccelerate/Item.vue +67 -0
  100. package/MetroWidgetDemos/RenderAccelerate/TabItem.vue +100 -0
  101. package/MetroWidgetDemos/RenderAccelerate/ViewSwiper.vue +215 -0
  102. package/MetroWidgetDemos/RenderAccelerate/WidgetItem.vue +107 -0
  103. package/MetroWidgetDemos/SkeletonDiagram/App.vue +35 -8
  104. package/MetroWidgetDemos/SkeletonDiagram/Item.vue +11 -2
  105. package/MetroWidgetDemos/SkeletonDiagram/assets/imageList.js +245 -0
  106. package/MetroWidgetDemos/SkeletonDiagram/data.js +3 -3
  107. package/MetroWidgetDemos/SpatialNav/App.vue +177 -0
  108. package/MetroWidgetDemos/SpatialNav/Buttons.vue +83 -0
  109. package/MetroWidgetDemos/SpatialNav/CustomFocus.vue +57 -0
  110. package/MetroWidgetDemos/{TripleWidget → SpatialNav}/Item.vue +1 -8
  111. package/MetroWidgetDemos/{TripleWidget/WidgetItem.vue → SpatialNav/SimpleFloor.vue} +14 -45
  112. package/MetroWidgetDemos/SpatialNav/StepMw.vue +113 -0
  113. package/MetroWidgetDemos/SpatialNav/TabContent/TabContent.vue +185 -0
  114. package/MetroWidgetDemos/SpatialNav/TripleSection/TripleSection.vue +69 -0
  115. package/MetroWidgetDemos/SpatialNav/TripleSection/WidgetItem.vue +100 -0
  116. package/MetroWidgetDemos/SpatialNav/TvSection/List.vue +75 -0
  117. package/MetroWidgetDemos/SpatialNav/TvSection/TvSection.vue +91 -0
  118. package/MetroWidgetDemos/basic2/App.vue +407 -0
  119. package/MetroWidgetDemos/basic2/Item.vue +68 -0
  120. package/MetroWidgetDemos/direction/App.vue +22 -0
  121. package/MetroWidgetDemos/gazeFocusDiff/App.vue +126 -0
  122. package/MetroWidgetDemos/gazeFocusDiff/Item.vue +87 -0
  123. package/MetroWidgetDemos/minimalUsage/App.vue +66 -0
  124. package/MetroWidgetDemos/minimalUsage/Item.vue +54 -0
  125. package/MetroWidgetDemos/ninePatchFocusPage/App.vue +22 -7
  126. package/MetroWidgetDemos/ninePatchFocusPage/Item.vue +7 -5
  127. package/MetroWidgetDemos/ninePatchFocusPage/focusConstants.js +2 -0
  128. package/MetroWidgetDemos/routeList.js +203 -12
  129. package/MetroWidgetDemos/slideSetting/App.vue +288 -99
  130. package/MetroWidgetDemos/zIndex/App.vue +117 -0
  131. package/MetroWidgetDemos/zIndex/Item.vue +61 -0
  132. package/NinePatchTester/App.vue +24 -31
  133. package/PreDecode/App.vue +140 -0
  134. package/ReactiveTest/App.vue +115 -0
  135. package/ReactiveTest/Item.vue +92 -0
  136. package/ReactiveTest/assets/imageList.js +245 -0
  137. package/ReactiveTest/component/TestSmartDiv.vue +50 -0
  138. package/ReactiveTest/component/TestSmartDivSrcList.vue +74 -0
  139. package/ReactiveTest/component/TestSmartImage.vue +46 -0
  140. package/ReactiveTest/component/TestSmartImageSrcList.vue +90 -0
  141. package/ReactiveTest/component/TestSmartImageStyle.vue +41 -0
  142. package/ReactiveTest/data.js +49 -0
  143. package/ScreenToBlob/App.vue +250 -0
  144. package/SecTorTest/App.vue +9 -3
  145. package/SpringFestival/SpringFestivalScene/FreeMoveBuilder.js +3 -3
  146. package/SyncDecode/App.vue +137 -0
  147. package/TextSizeLimit/App.vue +211 -0
  148. package/TransitPage/App.vue +2 -0
  149. package/assets/logo.png +0 -0
  150. package/package.json +5 -5
  151. package/DemoForOperator/Genie/geniePakcer/Genie.vue +0 -741
  152. package/DemoForOperator/LongChatBox/TextManager.ts +0 -147
  153. package/DemoForOperator/LongChatBox/VirtualList.vue +0 -298
  154. package/DemoForOperator/LongChatBox/utile.js +0 -331
  155. package/DivMetroPerformance/App.vue +0 -157
  156. package/DivMetroPerformance/Item.vue +0 -58
  157. package/DivMetroPerformance/assets/bg.jpg +0 -0
  158. package/DivMetroPerformance/assets/coupon_content.png +0 -0
  159. package/DivMetroPerformance/assets/coupon_left.png +0 -0
  160. package/DivMetroPerformance/assets/coupon_mid.png +0 -0
  161. package/DivMetroPerformance/assets/coupon_right.png +0 -0
  162. package/DivMetroPerformance/assets/focus_border.png +0 -0
  163. package/DivMetroPerformance/assets/holder_logo.png +0 -0
  164. package/DivMetroPerformance/assets/jrbm.png +0 -0
  165. package/DivMetroPerformance/assets/line_left.png +0 -0
  166. package/DivMetroPerformance/assets/line_mid.png +0 -0
  167. package/DivMetroPerformance/assets/line_right.png +0 -0
  168. package/DivMetroPerformance/assets/loading.png +0 -0
  169. package/DivMetroPerformance/assets/logo.png +0 -0
  170. package/DivMetroPerformance/assets/mcjx.png +0 -0
  171. package/DivMetroPerformance/assets/tao.png +0 -0
  172. package/DivMetroPerformance/assets/tmall.png +0 -0
  173. package/DivMetroPerformance/border.png +0 -0
  174. package/DivMetroPerformance/components/ContentItem.vue +0 -384
  175. package/DivMetroPerformance/components/MyTab.vue +0 -129
  176. package/DivMetroPerformance/data.js +0 -124
  177. package/DivMetroPerformance/utils/GridItem.vue +0 -28
  178. package/DivMetroPerformance/utils/GridPlate.vue +0 -85
  179. package/MediaDemo/App.vue +0 -127
  180. package/MediaDemo/assets/audio-poster.png +0 -0
  181. package/MediaDemo/components/Button.vue +0 -69
  182. package/MediaDemo/components/Controllor.vue +0 -286
  183. package/MediaDemo/components/StatusBar.vue +0 -100
  184. package/MediaDemo/components/frames/AudioFrame.vue +0 -39
  185. package/MediaDemo/components/frames/AudioPoster.vue +0 -48
  186. package/MediaDemo/components/frames/MediaFrame.vue +0 -153
  187. package/MediaDemo/components/frames/VideoFrame.vue +0 -39
  188. package/MetroWidgetDemos/TripleWidget/App.vue +0 -87
  189. package/MetroWidgetDemos/TripleWidget/SWidgetItem.vue +0 -99
  190. package/Parkour/App.vue +0 -13
  191. package/Parkour/Common/Context.js +0 -21
  192. package/Parkour/Common/MatchmanInfo.js +0 -62
  193. package/Parkour/Common/Random.js +0 -61
  194. package/Parkour/Common/Sound.js +0 -50
  195. package/Parkour/appConfig/HOW_TO_CONFIG.md +0 -20
  196. package/Parkour/appConfig/app.config.mjs +0 -5
  197. package/Parkour/appConfig/app_sign_private_key_sample.crt +0 -28
  198. package/Parkour/appConfig/app_sign_public_key_sample.pem +0 -9
  199. package/Parkour/appConfig/jsview.config.mjs +0 -39
  200. package/Parkour/assets/Bgimages/bg1.png +0 -0
  201. package/Parkour/assets/Bgimages/bg2.png +0 -0
  202. package/Parkour/assets/Bgimages/bg3.png +0 -0
  203. package/Parkour/assets/Bgimages/bg4.png +0 -0
  204. package/Parkour/assets/Bgimages/bg5.png +0 -0
  205. package/Parkour/assets/audio/jump.mp3 +0 -0
  206. package/Parkour/assets/audio/lose.mp3 +0 -0
  207. package/Parkour/assets/role_skin1/fail.json +0 -44
  208. package/Parkour/assets/role_skin1/fail.png +0 -0
  209. package/Parkour/assets/role_skin1/jump_down.json +0 -20
  210. package/Parkour/assets/role_skin1/jump_down.png +0 -0
  211. package/Parkour/assets/role_skin1/jump_up.json +0 -44
  212. package/Parkour/assets/role_skin1/jump_up.png +0 -0
  213. package/Parkour/assets/role_skin1/roll.json +0 -44
  214. package/Parkour/assets/role_skin1/roll.png +0 -0
  215. package/Parkour/assets/role_skin1/run.json +0 -52
  216. package/Parkour/assets/role_skin1/run.png +0 -0
  217. package/Parkour/components/Backdrop.vue +0 -61
  218. package/Parkour/components/GameSence.vue +0 -602
  219. package/Parkour/components/Matchman.vue +0 -85
  220. package/ThrowMoveDemo/AccelerateDemo.vue +0 -85
  221. package/ThrowMoveDemo/App.vue +0 -104
  222. package/ThrowMoveDemo/LRParabolicDemo.vue +0 -101
  223. package/ThrowMoveDemo/TargetDemo.vue +0 -87
  224. package/ThrowMoveDemo/UDParabolicDemo.vue +0 -92
  225. /package/{AnimPicture/assets → assets}/animated_webp.webp +0 -0
  226. /package/{AnimPicture/assets → assets}/ball_3.webp +0 -0
  227. /package/{AnimPicture/assets → assets}/girl_run.gif +0 -0
  228. /package/{AnimPicture/assets → assets}/quan.webp +0 -0
@@ -0,0 +1,2421 @@
1
+ import arrowDown from "./assets/arrow-down.png"
2
+ import arrowUp from "./assets/up-arrow.png"
3
+
4
+ export const data = [
5
+ {
6
+ "width": 300,
7
+ "height": 56,
8
+ "borderRadius": 24,
9
+ "itemStyle": {
10
+ "width": 300,
11
+ "height": 56,
12
+ "borderRadius": 24
13
+ },
14
+ "textStyle": {
15
+ "width": 280,
16
+ "height": 56,
17
+ "lineHeight": 56,
18
+ "fontSize": 24,
19
+ "color": "#ffffff",
20
+ "padding": {
21
+ "left": 12,
22
+ "right": 12
23
+ }
24
+ },
25
+ "iconStyle": {
26
+ "left": 278,
27
+ "top": 18,
28
+ "width": 20,
29
+ "height": 20,
30
+ "backgroundImage": `url(${arrowDown})`
31
+ },
32
+ "focusStyle": {
33
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
34
+ },
35
+ "blurIconStyle": {
36
+ "backgroundImage": `url(${arrowUp})`
37
+ },
38
+ "blurTextStyle": {
39
+ "color": "#6E81FF"
40
+ },
41
+ "data": {
42
+ "id": 29868,
43
+ "parentId": 0,
44
+ "name": "2 100以内的加法和减法(二)",
45
+ "leaf": 0,
46
+ "level": 1,
47
+ "sequence": 2,
48
+ "namePath": "#2 100以内的加法和减法(二)",
49
+ "children": [
50
+ {
51
+ "id": 29869,
52
+ "parentId": 29868,
53
+ "name": "1.加法",
54
+ "leaf": 0,
55
+ "level": 2,
56
+ "sequence": 1,
57
+ "namePath": "#2 100以内的加法和减法(二)#1.加法",
58
+ "children": [
59
+ {
60
+ "id": 29870,
61
+ "parentId": 29869,
62
+ "name": "不进位加",
63
+ "leaf": 1,
64
+ "level": 3,
65
+ "sequence": 1,
66
+ "namePath": "#2 100以内的加法和减法(二)#1.加法#不进位加",
67
+ "children": null
68
+ },
69
+ {
70
+ "id": 29871,
71
+ "parentId": 29869,
72
+ "name": "进位加",
73
+ "leaf": 1,
74
+ "level": 3,
75
+ "sequence": 2,
76
+ "namePath": "#2 100以内的加法和减法(二)#1.加法#进位加",
77
+ "children": null
78
+ }
79
+ ]
80
+ },
81
+ {
82
+ "id": 29872,
83
+ "parentId": 29868,
84
+ "name": "2.减法",
85
+ "leaf": 0,
86
+ "level": 2,
87
+ "sequence": 2,
88
+ "namePath": "#2 100以内的加法和减法(二)#2.减法",
89
+ "children": [
90
+ {
91
+ "id": 29873,
92
+ "parentId": 29872,
93
+ "name": "不退位减",
94
+ "leaf": 1,
95
+ "level": 3,
96
+ "sequence": 1,
97
+ "namePath": "#2 100以内的加法和减法(二)#2.减法#不退位减",
98
+ "children": null
99
+ },
100
+ {
101
+ "id": 29874,
102
+ "parentId": 29872,
103
+ "name": "退位减",
104
+ "leaf": 1,
105
+ "level": 3,
106
+ "sequence": 2,
107
+ "namePath": "#2 100以内的加法和减法(二)#2.减法#退位减",
108
+ "children": null
109
+ }
110
+ ]
111
+ },
112
+ {
113
+ "id": 29875,
114
+ "parentId": 29868,
115
+ "name": "3.连加、连减和加减混合",
116
+ "leaf": 0,
117
+ "level": 2,
118
+ "sequence": 3,
119
+ "namePath": "#2 100以内的加法和减法(二)#3.连加、连减和加减混合",
120
+ "children": [
121
+ {
122
+ "id": 29873,
123
+ "parentId": 29872,
124
+ "name": "不退位减",
125
+ "leaf": 1,
126
+ "level": 3,
127
+ "sequence": 1,
128
+ "namePath": "#2 100以内的加法和减法(二)#2.减法#不退位减",
129
+ "children": null
130
+ },
131
+ {
132
+ "id": 29874,
133
+ "parentId": 29872,
134
+ "name": "退位减",
135
+ "leaf": 1,
136
+ "level": 3,
137
+ "sequence": 2,
138
+ "namePath": "#2 100以内的加法和减法(二)#2.减法#退位减",
139
+ "children": null
140
+ }
141
+ ]
142
+ }
143
+ ],
144
+ "textVisible": 1,
145
+ "initExpand": false
146
+ },
147
+ "expandChildren": [
148
+ {
149
+ "width": 300,
150
+ "height": 56,
151
+ "borderRadius": 24,
152
+ "itemStyle": {
153
+ "width": 300,
154
+ "height": 56,
155
+ "borderRadius": 24
156
+ },
157
+ "textStyle": {
158
+ "width": 280,
159
+ "height": 56,
160
+ "lineHeight": 56,
161
+ "fontSize": 24,
162
+ "color": "#ffffff",
163
+ "padding": {
164
+ "left": 32,
165
+ "right": 12
166
+ }
167
+ },
168
+ "iconStyle": {
169
+ "left": 278,
170
+ "top": 18,
171
+ "width": 20,
172
+ "height": 20,
173
+ "backgroundImage": `url(${arrowDown})`
174
+ },
175
+ "focusStyle": {
176
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
177
+ },
178
+ "blurIconStyle": {
179
+ "backgroundImage": `url(${arrowUp})`
180
+ },
181
+ "blurTextStyle": {
182
+ "color": "#6E81FF"
183
+ },
184
+ "data": {
185
+ "id": 29869,
186
+ "parentId": 29868,
187
+ "name": "1.加法",
188
+ "leaf": 0,
189
+ "level": 2,
190
+ "sequence": 1,
191
+ "namePath": "#2 100以内的加法和减法(二)#1.加法",
192
+ "children": [
193
+ {
194
+ "id": 29870,
195
+ "parentId": 29869,
196
+ "name": "不进位加",
197
+ "leaf": 1,
198
+ "level": 3,
199
+ "sequence": 1,
200
+ "namePath": "#2 100以内的加法和减法(二)#1.加法#不进位加",
201
+ "children": null
202
+ },
203
+ {
204
+ "id": 29871,
205
+ "parentId": 29869,
206
+ "name": "进位加",
207
+ "leaf": 1,
208
+ "level": 3,
209
+ "sequence": 2,
210
+ "namePath": "#2 100以内的加法和减法(二)#1.加法#进位加",
211
+ "children": null
212
+ }
213
+ ],
214
+ "textVisible": 1,
215
+ "initExpand": false
216
+ },
217
+ "expandChildren": [
218
+ {
219
+ "width": 300,
220
+ "height": 56,
221
+ "borderRadius": 24,
222
+ "itemStyle": {
223
+ "width": 300,
224
+ "height": 56,
225
+ "borderRadius": 24
226
+ },
227
+ "textStyle": {
228
+ "width": 280,
229
+ "height": 56,
230
+ "lineHeight": 56,
231
+ "fontSize": 24,
232
+ "color": "#ffffff",
233
+ "padding": {
234
+ "left": 52,
235
+ "right": 12
236
+ }
237
+ },
238
+ "iconStyle": {
239
+ "left": 278,
240
+ "top": 18,
241
+ "width": 20,
242
+ "height": 20,
243
+ "backgroundImage": null
244
+ },
245
+ "focusStyle": {
246
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
247
+ },
248
+ "blurIconStyle": {
249
+ "backgroundImage": `url(${arrowUp})`
250
+ },
251
+ "blurTextStyle": {
252
+ "color": "#6E81FF"
253
+ },
254
+ "data": {
255
+ "id": 29870,
256
+ "parentId": 29869,
257
+ "name": "不进位加",
258
+ "leaf": 1,
259
+ "level": 3,
260
+ "sequence": 1,
261
+ "namePath": "#2 100以内的加法和减法(二)#1.加法#不进位加",
262
+ "children": null,
263
+ "textVisible": 1,
264
+ "initExpand": false
265
+ },
266
+ "expandChildren": [],
267
+ "showHeight": 0
268
+ },
269
+ {
270
+ "width": 300,
271
+ "height": 56,
272
+ "borderRadius": 24,
273
+ "itemStyle": {
274
+ "width": 300,
275
+ "height": 56,
276
+ "borderRadius": 24
277
+ },
278
+ "textStyle": {
279
+ "width": 280,
280
+ "height": 56,
281
+ "lineHeight": 56,
282
+ "fontSize": 24,
283
+ "color": "#ffffff",
284
+ "padding": {
285
+ "left": 52,
286
+ "right": 12
287
+ }
288
+ },
289
+ "iconStyle": {
290
+ "left": 278,
291
+ "top": 18,
292
+ "width": 20,
293
+ "height": 20,
294
+ "backgroundImage": null
295
+ },
296
+ "focusStyle": {
297
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
298
+ },
299
+ "blurIconStyle": {
300
+ "backgroundImage": `url(${arrowUp})`
301
+ },
302
+ "blurTextStyle": {
303
+ "color": "#6E81FF"
304
+ },
305
+ "data": {
306
+ "id": 29871,
307
+ "parentId": 29869,
308
+ "name": "进位加",
309
+ "leaf": 1,
310
+ "level": 3,
311
+ "sequence": 2,
312
+ "namePath": "#2 100以内的加法和减法(二)#1.加法#进位加",
313
+ "children": null,
314
+ "textVisible": 1,
315
+ "initExpand": false
316
+ },
317
+ "expandChildren": [],
318
+ "showHeight": 0
319
+ }
320
+ ],
321
+ "showHeight": 112
322
+ },
323
+ {
324
+ "width": 300,
325
+ "height": 56,
326
+ "borderRadius": 24,
327
+ "itemStyle": {
328
+ "width": 300,
329
+ "height": 56,
330
+ "borderRadius": 24
331
+ },
332
+ "textStyle": {
333
+ "width": 280,
334
+ "height": 56,
335
+ "lineHeight": 56,
336
+ "fontSize": 24,
337
+ "color": "#ffffff",
338
+ "padding": {
339
+ "left": 32,
340
+ "right": 12
341
+ }
342
+ },
343
+ "iconStyle": {
344
+ "left": 278,
345
+ "top": 18,
346
+ "width": 20,
347
+ "height": 20,
348
+ "backgroundImage": `url(${arrowDown})`
349
+ },
350
+ "focusStyle": {
351
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
352
+ },
353
+ "blurIconStyle": {
354
+ "backgroundImage": `url(${arrowUp})`
355
+ },
356
+ "blurTextStyle": {
357
+ "color": "#6E81FF"
358
+ },
359
+ "data": {
360
+ "id": 29872,
361
+ "parentId": 29868,
362
+ "name": "2.减法",
363
+ "leaf": 0,
364
+ "level": 2,
365
+ "sequence": 2,
366
+ "namePath": "#2 100以内的加法和减法(二)#2.减法",
367
+ "children": [
368
+ {
369
+ "id": 29873,
370
+ "parentId": 29872,
371
+ "name": "不退位减",
372
+ "leaf": 1,
373
+ "level": 3,
374
+ "sequence": 1,
375
+ "namePath": "#2 100以内的加法和减法(二)#2.减法#不退位减",
376
+ "children": null
377
+ },
378
+ {
379
+ "id": 29874,
380
+ "parentId": 29872,
381
+ "name": "退位减",
382
+ "leaf": 1,
383
+ "level": 3,
384
+ "sequence": 2,
385
+ "namePath": "#2 100以内的加法和减法(二)#2.减法#退位减",
386
+ "children": null
387
+ }
388
+ ],
389
+ "textVisible": 1,
390
+ "initExpand": false
391
+ },
392
+ "expandChildren": [
393
+ {
394
+ "width": 300,
395
+ "height": 56,
396
+ "borderRadius": 24,
397
+ "itemStyle": {
398
+ "width": 300,
399
+ "height": 56,
400
+ "borderRadius": 24
401
+ },
402
+ "textStyle": {
403
+ "width": 280,
404
+ "height": 56,
405
+ "lineHeight": 56,
406
+ "fontSize": 24,
407
+ "color": "#ffffff",
408
+ "padding": {
409
+ "left": 52,
410
+ "right": 12
411
+ }
412
+ },
413
+ "iconStyle": {
414
+ "left": 278,
415
+ "top": 18,
416
+ "width": 20,
417
+ "height": 20,
418
+ "backgroundImage": null
419
+ },
420
+ "focusStyle": {
421
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
422
+ },
423
+ "blurIconStyle": {
424
+ "backgroundImage": `url(${arrowUp})`
425
+ },
426
+ "blurTextStyle": {
427
+ "color": "#6E81FF"
428
+ },
429
+ "data": {
430
+ "id": 29873,
431
+ "parentId": 29872,
432
+ "name": "不退位减",
433
+ "leaf": 1,
434
+ "level": 3,
435
+ "sequence": 1,
436
+ "namePath": "#2 100以内的加法和减法(二)#2.减法#不退位减",
437
+ "children": null,
438
+ "textVisible": 1,
439
+ "initExpand": false
440
+ },
441
+ "expandChildren": [],
442
+ "showHeight": 0
443
+ },
444
+ {
445
+ "width": 300,
446
+ "height": 56,
447
+ "borderRadius": 24,
448
+ "itemStyle": {
449
+ "width": 300,
450
+ "height": 56,
451
+ "borderRadius": 24
452
+ },
453
+ "textStyle": {
454
+ "width": 280,
455
+ "height": 56,
456
+ "lineHeight": 56,
457
+ "fontSize": 24,
458
+ "color": "#ffffff",
459
+ "padding": {
460
+ "left": 52,
461
+ "right": 12
462
+ }
463
+ },
464
+ "iconStyle": {
465
+ "left": 278,
466
+ "top": 18,
467
+ "width": 20,
468
+ "height": 20,
469
+ "backgroundImage": null
470
+ },
471
+ "focusStyle": {
472
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
473
+ },
474
+ "blurIconStyle": {
475
+ "backgroundImage": `url(${arrowUp})`
476
+ },
477
+ "blurTextStyle": {
478
+ "color": "#6E81FF"
479
+ },
480
+ "data": {
481
+ "id": 29874,
482
+ "parentId": 29872,
483
+ "name": "退位减",
484
+ "leaf": 1,
485
+ "level": 3,
486
+ "sequence": 2,
487
+ "namePath": "#2 100以内的加法和减法(二)#2.减法#退位减",
488
+ "children": null,
489
+ "textVisible": 1,
490
+ "initExpand": false
491
+ },
492
+ "expandChildren": [],
493
+ "showHeight": 0
494
+ }
495
+ ],
496
+ "showHeight": 112
497
+ },
498
+ {
499
+ "width": 300,
500
+ "height": 56,
501
+ "borderRadius": 24,
502
+ "itemStyle": {
503
+ "width": 300,
504
+ "height": 56,
505
+ "borderRadius": 24
506
+ },
507
+ "textStyle": {
508
+ "width": 280,
509
+ "height": 56,
510
+ "lineHeight": 56,
511
+ "fontSize": 24,
512
+ "color": "#ffffff",
513
+ "padding": {
514
+ "left": 32,
515
+ "right": 12
516
+ }
517
+ },
518
+ "iconStyle": {
519
+ "left": 278,
520
+ "top": 18,
521
+ "width": 20,
522
+ "height": 20,
523
+ "backgroundImage": null
524
+ },
525
+ "focusStyle": {
526
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
527
+ },
528
+ "blurIconStyle": {
529
+ "backgroundImage": `url(${arrowUp})`
530
+ },
531
+ "blurTextStyle": {
532
+ "color": "#6E81FF"
533
+ },
534
+ "data": {
535
+ "id": 29875,
536
+ "parentId": 29868,
537
+ "name": "3.连加、连减和加减混合",
538
+ "leaf": 0,
539
+ "level": 2,
540
+ "sequence": 3,
541
+ "namePath": "#2 100以内的加法和减法(二)#3.连加、连减和加减混合",
542
+ "children": null,
543
+ "textVisible": 1,
544
+ "initExpand": false
545
+ },
546
+ "expandChildren": [
547
+ {
548
+ "width": 300,
549
+ "height": 56,
550
+ "borderRadius": 24,
551
+ "itemStyle": {
552
+ "width": 300,
553
+ "height": 56,
554
+ "borderRadius": 24
555
+ },
556
+ "textStyle": {
557
+ "width": 280,
558
+ "height": 56,
559
+ "lineHeight": 56,
560
+ "fontSize": 24,
561
+ "color": "#ffffff",
562
+ "padding": {
563
+ "left": 52,
564
+ "right": 12
565
+ }
566
+ },
567
+ "iconStyle": {
568
+ "left": 278,
569
+ "top": 18,
570
+ "width": 20,
571
+ "height": 20,
572
+ "backgroundImage": null
573
+ },
574
+ "focusStyle": {
575
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
576
+ },
577
+ "blurIconStyle": {
578
+ "backgroundImage": `url(${arrowUp})`
579
+ },
580
+ "blurTextStyle": {
581
+ "color": "#6E81FF"
582
+ },
583
+ "data": {
584
+ "id": 29873,
585
+ "parentId": 29872,
586
+ "name": "不退位减",
587
+ "leaf": 1,
588
+ "level": 3,
589
+ "sequence": 1,
590
+ "namePath": "#2 100以内的加法和减法(二)#2.减法#不退位减",
591
+ "children": null,
592
+ "textVisible": 1,
593
+ "initExpand": false
594
+ },
595
+ "expandChildren": [],
596
+ "showHeight": 0
597
+ },
598
+ {
599
+ "width": 300,
600
+ "height": 56,
601
+ "borderRadius": 24,
602
+ "itemStyle": {
603
+ "width": 300,
604
+ "height": 56,
605
+ "borderRadius": 24
606
+ },
607
+ "textStyle": {
608
+ "width": 280,
609
+ "height": 56,
610
+ "lineHeight": 56,
611
+ "fontSize": 24,
612
+ "color": "#ffffff",
613
+ "padding": {
614
+ "left": 52,
615
+ "right": 12
616
+ }
617
+ },
618
+ "iconStyle": {
619
+ "left": 278,
620
+ "top": 18,
621
+ "width": 20,
622
+ "height": 20,
623
+ "backgroundImage": null
624
+ },
625
+ "focusStyle": {
626
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
627
+ },
628
+ "blurIconStyle": {
629
+ "backgroundImage": `url(${arrowUp})`
630
+ },
631
+ "blurTextStyle": {
632
+ "color": "#6E81FF"
633
+ },
634
+ "data": {
635
+ "id": 29874,
636
+ "parentId": 29872,
637
+ "name": "退位减",
638
+ "leaf": 1,
639
+ "level": 3,
640
+ "sequence": 2,
641
+ "namePath": "#2 100以内的加法和减法(二)#2.减法#退位减",
642
+ "children": null,
643
+ "textVisible": 1,
644
+ "initExpand": false
645
+ },
646
+ "expandChildren": [],
647
+ "showHeight": 0
648
+ }
649
+ ],
650
+ "showHeight": 0
651
+ }
652
+ ],
653
+ "showHeight": 168
654
+ },
655
+ {
656
+ "width": 300,
657
+ "height": 56,
658
+ "borderRadius": 24,
659
+ "itemStyle": {
660
+ "width": 300,
661
+ "height": 56,
662
+ "borderRadius": 24
663
+ },
664
+ "textStyle": {
665
+ "width": 280,
666
+ "height": 56,
667
+ "lineHeight": 56,
668
+ "fontSize": 24,
669
+ "color": "#ffffff",
670
+ "padding": {
671
+ "left": 12,
672
+ "right": 12
673
+ }
674
+ },
675
+ "iconStyle": {
676
+ "left": 278,
677
+ "top": 18,
678
+ "width": 20,
679
+ "height": 20,
680
+ "backgroundImage": null
681
+ },
682
+ "focusStyle": {
683
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
684
+ },
685
+ "blurIconStyle": {
686
+ "backgroundImage": `url(${arrowUp})`
687
+ },
688
+ "blurTextStyle": {
689
+ "color": "#6E81FF"
690
+ },
691
+ "data": {
692
+ "id": 29867,
693
+ "parentId": 0,
694
+ "name": "1 长度单位",
695
+ "leaf": 1,
696
+ "level": 1,
697
+ "sequence": 1,
698
+ "namePath": "#1 长度单位",
699
+ "children": null,
700
+ "textVisible": 1,
701
+ "initExpand": false
702
+ },
703
+ "expandChildren": [],
704
+ "showHeight": 0
705
+ },
706
+ {
707
+ "width": 300,
708
+ "height": 56,
709
+ "borderRadius": 24,
710
+ "itemStyle": {
711
+ "width": 300,
712
+ "height": 56,
713
+ "borderRadius": 24
714
+ },
715
+ "textStyle": {
716
+ "width": 280,
717
+ "height": 56,
718
+ "lineHeight": 56,
719
+ "fontSize": 24,
720
+ "color": "#ffffff",
721
+ "padding": {
722
+ "left": 12,
723
+ "right": 12
724
+ }
725
+ },
726
+ "iconStyle": {
727
+ "left": 278,
728
+ "top": 18,
729
+ "width": 20,
730
+ "height": 20,
731
+ "backgroundImage": null
732
+ },
733
+ "focusStyle": {
734
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
735
+ },
736
+ "blurIconStyle": {
737
+ "backgroundImage": `url(${arrowUp})`
738
+ },
739
+ "blurTextStyle": {
740
+ "color": "#6E81FF"
741
+ },
742
+ "data": {
743
+ "id": 29876,
744
+ "parentId": 0,
745
+ "name": "3 角的初步认识",
746
+ "leaf": 1,
747
+ "level": 1,
748
+ "sequence": 3,
749
+ "namePath": "#3 角的初步认识",
750
+ "children": null,
751
+ "textVisible": 1,
752
+ "initExpand": false
753
+ },
754
+ "expandChildren": [],
755
+ "showHeight": 0
756
+ },
757
+ {
758
+ "width": 300,
759
+ "height": 56,
760
+ "borderRadius": 24,
761
+ "itemStyle": {
762
+ "width": 300,
763
+ "height": 56,
764
+ "borderRadius": 24
765
+ },
766
+ "textStyle": {
767
+ "width": 280,
768
+ "height": 56,
769
+ "lineHeight": 56,
770
+ "fontSize": 24,
771
+ "color": "#ffffff",
772
+ "padding": {
773
+ "left": 12,
774
+ "right": 12
775
+ }
776
+ },
777
+ "iconStyle": {
778
+ "left": 278,
779
+ "top": 18,
780
+ "width": 20,
781
+ "height": 20,
782
+ "backgroundImage": `url(${arrowDown})`
783
+ },
784
+ "focusStyle": {
785
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
786
+ },
787
+ "blurIconStyle": {
788
+ "backgroundImage": `url(${arrowUp})`
789
+ },
790
+ "blurTextStyle": {
791
+ "color": "#6E81FF"
792
+ },
793
+ "data": {
794
+ "id": 29877,
795
+ "parentId": 0,
796
+ "name": "4 表内乘法(一)",
797
+ "leaf": 0,
798
+ "level": 1,
799
+ "sequence": 4,
800
+ "namePath": "#4 表内乘法(一)",
801
+ "children": [
802
+ {
803
+ "id": 29878,
804
+ "parentId": 29877,
805
+ "name": "1.乘法的初步认识",
806
+ "leaf": 1,
807
+ "level": 2,
808
+ "sequence": 1,
809
+ "namePath": "#4 表内乘法(一)#1.乘法的初步认识",
810
+ "children": null
811
+ },
812
+ {
813
+ "id": 29879,
814
+ "parentId": 29877,
815
+ "name": "2.2~6的乘法口诀",
816
+ "leaf": 0,
817
+ "level": 2,
818
+ "sequence": 2,
819
+ "namePath": "#4 表内乘法(一)#2.2~6的乘法口诀",
820
+ "children": [
821
+ {
822
+ "id": 29880,
823
+ "parentId": 29879,
824
+ "name": "5的乘法口诀",
825
+ "leaf": 1,
826
+ "level": 3,
827
+ "sequence": 1,
828
+ "namePath": "#4 表内乘法(一)#2.2~6的乘法口诀#5的乘法口诀",
829
+ "children": null
830
+ },
831
+ {
832
+ "id": 29881,
833
+ "parentId": 29879,
834
+ "name": "2、3、4的乘法口诀",
835
+ "leaf": 1,
836
+ "level": 3,
837
+ "sequence": 2,
838
+ "namePath": "#4 表内乘法(一)#2.2~6的乘法口诀#2、3、4的乘法口诀",
839
+ "children": null
840
+ },
841
+ {
842
+ "id": 29882,
843
+ "parentId": 29879,
844
+ "name": "乘加 乘减",
845
+ "leaf": 1,
846
+ "level": 3,
847
+ "sequence": 3,
848
+ "namePath": "#4 表内乘法(一)#2.2~6的乘法口诀#乘加 乘减",
849
+ "children": null
850
+ },
851
+ {
852
+ "id": 29883,
853
+ "parentId": 29879,
854
+ "name": "6的乘法口诀",
855
+ "leaf": 1,
856
+ "level": 3,
857
+ "sequence": 4,
858
+ "namePath": "#4 表内乘法(一)#2.2~6的乘法口诀#6的乘法口诀",
859
+ "children": null
860
+ }
861
+ ]
862
+ },
863
+ {
864
+ "id": 29875,
865
+ "parentId": 29868,
866
+ "name": "3.连加、连减和加减混合",
867
+ "leaf": 1,
868
+ "level": 2,
869
+ "sequence": 3,
870
+ "namePath": "#2 100以内的加法和减法(二)#3.连加、连减和加减混合",
871
+ "children": null
872
+ }
873
+ ],
874
+ "textVisible": 1,
875
+ "initExpand": false
876
+ },
877
+ "expandChildren": [
878
+ {
879
+ "width": 300,
880
+ "height": 56,
881
+ "borderRadius": 24,
882
+ "itemStyle": {
883
+ "width": 300,
884
+ "height": 56,
885
+ "borderRadius": 24
886
+ },
887
+ "textStyle": {
888
+ "width": 280,
889
+ "height": 56,
890
+ "lineHeight": 56,
891
+ "fontSize": 24,
892
+ "color": "#ffffff",
893
+ "padding": {
894
+ "left": 32,
895
+ "right": 12
896
+ }
897
+ },
898
+ "iconStyle": {
899
+ "left": 278,
900
+ "top": 18,
901
+ "width": 20,
902
+ "height": 20,
903
+ "backgroundImage": null
904
+ },
905
+ "focusStyle": {
906
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
907
+ },
908
+ "blurIconStyle": {
909
+ "backgroundImage": `url(${arrowUp})`
910
+ },
911
+ "blurTextStyle": {
912
+ "color": "#6E81FF"
913
+ },
914
+ "data": {
915
+ "id": 29878,
916
+ "parentId": 29877,
917
+ "name": "1.乘法的初步认识",
918
+ "leaf": 1,
919
+ "level": 2,
920
+ "sequence": 1,
921
+ "namePath": "#4 表内乘法(一)#1.乘法的初步认识",
922
+ "children": null,
923
+ "textVisible": 1,
924
+ "initExpand": false
925
+ },
926
+ "expandChildren": [],
927
+ "showHeight": 0
928
+ },
929
+ {
930
+ "width": 300,
931
+ "height": 56,
932
+ "borderRadius": 24,
933
+ "itemStyle": {
934
+ "width": 300,
935
+ "height": 56,
936
+ "borderRadius": 24
937
+ },
938
+ "textStyle": {
939
+ "width": 280,
940
+ "height": 56,
941
+ "lineHeight": 56,
942
+ "fontSize": 24,
943
+ "color": "#ffffff",
944
+ "padding": {
945
+ "left": 32,
946
+ "right": 12
947
+ }
948
+ },
949
+ "iconStyle": {
950
+ "left": 278,
951
+ "top": 18,
952
+ "width": 20,
953
+ "height": 20,
954
+ "backgroundImage": `url(${arrowDown})`
955
+ },
956
+ "focusStyle": {
957
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
958
+ },
959
+ "blurIconStyle": {
960
+ "backgroundImage": `url(${arrowUp})`
961
+ },
962
+ "blurTextStyle": {
963
+ "color": "#6E81FF"
964
+ },
965
+ "data": {
966
+ "id": 29879,
967
+ "parentId": 29877,
968
+ "name": "2.2~6的乘法口诀",
969
+ "leaf": 0,
970
+ "level": 2,
971
+ "sequence": 2,
972
+ "namePath": "#4 表内乘法(一)#2.2~6的乘法口诀",
973
+ "children": [
974
+ {
975
+ "id": 29880,
976
+ "parentId": 29879,
977
+ "name": "5的乘法口诀",
978
+ "leaf": 1,
979
+ "level": 3,
980
+ "sequence": 1,
981
+ "namePath": "#4 表内乘法(一)#2.2~6的乘法口诀#5的乘法口诀",
982
+ "children": null
983
+ },
984
+ {
985
+ "id": 29881,
986
+ "parentId": 29879,
987
+ "name": "2、3、4的乘法口诀",
988
+ "leaf": 1,
989
+ "level": 3,
990
+ "sequence": 2,
991
+ "namePath": "#4 表内乘法(一)#2.2~6的乘法口诀#2、3、4的乘法口诀",
992
+ "children": null
993
+ },
994
+ {
995
+ "id": 29882,
996
+ "parentId": 29879,
997
+ "name": "乘加 乘减",
998
+ "leaf": 1,
999
+ "level": 3,
1000
+ "sequence": 3,
1001
+ "namePath": "#4 表内乘法(一)#2.2~6的乘法口诀#乘加 乘减",
1002
+ "children": null
1003
+ },
1004
+ {
1005
+ "id": 29883,
1006
+ "parentId": 29879,
1007
+ "name": "6的乘法口诀",
1008
+ "leaf": 1,
1009
+ "level": 3,
1010
+ "sequence": 4,
1011
+ "namePath": "#4 表内乘法(一)#2.2~6的乘法口诀#6的乘法口诀",
1012
+ "children": null
1013
+ }
1014
+ ],
1015
+ "textVisible": 1,
1016
+ "initExpand": false
1017
+ },
1018
+ "expandChildren": [
1019
+ {
1020
+ "width": 300,
1021
+ "height": 56,
1022
+ "borderRadius": 24,
1023
+ "itemStyle": {
1024
+ "width": 300,
1025
+ "height": 56,
1026
+ "borderRadius": 24
1027
+ },
1028
+ "textStyle": {
1029
+ "width": 280,
1030
+ "height": 56,
1031
+ "lineHeight": 56,
1032
+ "fontSize": 24,
1033
+ "color": "#ffffff",
1034
+ "padding": {
1035
+ "left": 52,
1036
+ "right": 12
1037
+ }
1038
+ },
1039
+ "iconStyle": {
1040
+ "left": 278,
1041
+ "top": 18,
1042
+ "width": 20,
1043
+ "height": 20,
1044
+ "backgroundImage": null
1045
+ },
1046
+ "focusStyle": {
1047
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
1048
+ },
1049
+ "blurIconStyle": {
1050
+ "backgroundImage": `url(${arrowUp})`
1051
+ },
1052
+ "blurTextStyle": {
1053
+ "color": "#6E81FF"
1054
+ },
1055
+ "data": {
1056
+ "id": 29880,
1057
+ "parentId": 29879,
1058
+ "name": "5的乘法口诀",
1059
+ "leaf": 1,
1060
+ "level": 3,
1061
+ "sequence": 1,
1062
+ "namePath": "#4 表内乘法(一)#2.2~6的乘法口诀#5的乘法口诀",
1063
+ "children": null,
1064
+ "textVisible": 1,
1065
+ "initExpand": false
1066
+ },
1067
+ "expandChildren": [],
1068
+ "showHeight": 0
1069
+ },
1070
+ {
1071
+ "width": 300,
1072
+ "height": 56,
1073
+ "borderRadius": 24,
1074
+ "itemStyle": {
1075
+ "width": 300,
1076
+ "height": 56,
1077
+ "borderRadius": 24
1078
+ },
1079
+ "textStyle": {
1080
+ "width": 280,
1081
+ "height": 56,
1082
+ "lineHeight": 56,
1083
+ "fontSize": 24,
1084
+ "color": "#ffffff",
1085
+ "padding": {
1086
+ "left": 52,
1087
+ "right": 12
1088
+ }
1089
+ },
1090
+ "iconStyle": {
1091
+ "left": 278,
1092
+ "top": 18,
1093
+ "width": 20,
1094
+ "height": 20,
1095
+ "backgroundImage": null
1096
+ },
1097
+ "focusStyle": {
1098
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
1099
+ },
1100
+ "blurIconStyle": {
1101
+ "backgroundImage": `url(${arrowUp})`
1102
+ },
1103
+ "blurTextStyle": {
1104
+ "color": "#6E81FF"
1105
+ },
1106
+ "data": {
1107
+ "id": 29881,
1108
+ "parentId": 29879,
1109
+ "name": "2、3、4的乘法口诀",
1110
+ "leaf": 1,
1111
+ "level": 3,
1112
+ "sequence": 2,
1113
+ "namePath": "#4 表内乘法(一)#2.2~6的乘法口诀#2、3、4的乘法口诀",
1114
+ "children": null,
1115
+ "textVisible": 1,
1116
+ "initExpand": false
1117
+ },
1118
+ "expandChildren": [],
1119
+ "showHeight": 0
1120
+ },
1121
+ {
1122
+ "width": 300,
1123
+ "height": 56,
1124
+ "borderRadius": 24,
1125
+ "itemStyle": {
1126
+ "width": 300,
1127
+ "height": 56,
1128
+ "borderRadius": 24
1129
+ },
1130
+ "textStyle": {
1131
+ "width": 280,
1132
+ "height": 56,
1133
+ "lineHeight": 56,
1134
+ "fontSize": 24,
1135
+ "color": "#ffffff",
1136
+ "padding": {
1137
+ "left": 52,
1138
+ "right": 12
1139
+ }
1140
+ },
1141
+ "iconStyle": {
1142
+ "left": 278,
1143
+ "top": 18,
1144
+ "width": 20,
1145
+ "height": 20,
1146
+ "backgroundImage": null
1147
+ },
1148
+ "focusStyle": {
1149
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
1150
+ },
1151
+ "blurIconStyle": {
1152
+ "backgroundImage": `url(${arrowUp})`
1153
+ },
1154
+ "blurTextStyle": {
1155
+ "color": "#6E81FF"
1156
+ },
1157
+ "data": {
1158
+ "id": 29882,
1159
+ "parentId": 29879,
1160
+ "name": "乘加 乘减",
1161
+ "leaf": 1,
1162
+ "level": 3,
1163
+ "sequence": 3,
1164
+ "namePath": "#4 表内乘法(一)#2.2~6的乘法口诀#乘加 乘减",
1165
+ "children": null,
1166
+ "textVisible": 1,
1167
+ "initExpand": false
1168
+ },
1169
+ "expandChildren": [],
1170
+ "showHeight": 0
1171
+ },
1172
+ {
1173
+ "width": 300,
1174
+ "height": 56,
1175
+ "borderRadius": 24,
1176
+ "itemStyle": {
1177
+ "width": 300,
1178
+ "height": 56,
1179
+ "borderRadius": 24
1180
+ },
1181
+ "textStyle": {
1182
+ "width": 280,
1183
+ "height": 56,
1184
+ "lineHeight": 56,
1185
+ "fontSize": 24,
1186
+ "color": "#ffffff",
1187
+ "padding": {
1188
+ "left": 52,
1189
+ "right": 12
1190
+ }
1191
+ },
1192
+ "iconStyle": {
1193
+ "left": 278,
1194
+ "top": 18,
1195
+ "width": 20,
1196
+ "height": 20,
1197
+ "backgroundImage": null
1198
+ },
1199
+ "focusStyle": {
1200
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
1201
+ },
1202
+ "blurIconStyle": {
1203
+ "backgroundImage": `url(${arrowUp})`
1204
+ },
1205
+ "blurTextStyle": {
1206
+ "color": "#6E81FF"
1207
+ },
1208
+ "data": {
1209
+ "id": 29883,
1210
+ "parentId": 29879,
1211
+ "name": "6的乘法口诀",
1212
+ "leaf": 1,
1213
+ "level": 3,
1214
+ "sequence": 4,
1215
+ "namePath": "#4 表内乘法(一)#2.2~6的乘法口诀#6的乘法口诀",
1216
+ "children": null,
1217
+ "textVisible": 1,
1218
+ "initExpand": false
1219
+ },
1220
+ "expandChildren": [],
1221
+ "showHeight": 0
1222
+ }
1223
+ ],
1224
+ "showHeight": 224
1225
+ },
1226
+ {
1227
+ "width": 300,
1228
+ "height": 56,
1229
+ "borderRadius": 24,
1230
+ "itemStyle": {
1231
+ "width": 300,
1232
+ "height": 56,
1233
+ "borderRadius": 24
1234
+ },
1235
+ "textStyle": {
1236
+ "width": 280,
1237
+ "height": 56,
1238
+ "lineHeight": 56,
1239
+ "fontSize": 24,
1240
+ "color": "#ffffff",
1241
+ "padding": {
1242
+ "left": 32,
1243
+ "right": 12
1244
+ }
1245
+ },
1246
+ "iconStyle": {
1247
+ "left": 278,
1248
+ "top": 18,
1249
+ "width": 20,
1250
+ "height": 20,
1251
+ "backgroundImage": null
1252
+ },
1253
+ "focusStyle": {
1254
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
1255
+ },
1256
+ "blurIconStyle": {
1257
+ "backgroundImage": `url(${arrowUp})`
1258
+ },
1259
+ "blurTextStyle": {
1260
+ "color": "#6E81FF"
1261
+ },
1262
+ "data": {
1263
+ "id": 29875,
1264
+ "parentId": 29868,
1265
+ "name": "3.连加、连减和加减混合",
1266
+ "leaf": 1,
1267
+ "level": 2,
1268
+ "sequence": 3,
1269
+ "namePath": "#2 100以内的加法和减法(二)#3.连加、连减和加减混合",
1270
+ "children": null,
1271
+ "textVisible": 1,
1272
+ "initExpand": false
1273
+ },
1274
+ "expandChildren": [],
1275
+ "showHeight": 0
1276
+ }
1277
+ ],
1278
+ "showHeight": 168
1279
+ },
1280
+ {
1281
+ "width": 300,
1282
+ "height": 56,
1283
+ "borderRadius": 24,
1284
+ "itemStyle": {
1285
+ "width": 300,
1286
+ "height": 56,
1287
+ "borderRadius": 24
1288
+ },
1289
+ "textStyle": {
1290
+ "width": 280,
1291
+ "height": 56,
1292
+ "lineHeight": 56,
1293
+ "fontSize": 24,
1294
+ "color": "#ffffff",
1295
+ "padding": {
1296
+ "left": 12,
1297
+ "right": 12
1298
+ }
1299
+ },
1300
+ "iconStyle": {
1301
+ "left": 278,
1302
+ "top": 18,
1303
+ "width": 20,
1304
+ "height": 20,
1305
+ "backgroundImage": null
1306
+ },
1307
+ "focusStyle": {
1308
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
1309
+ },
1310
+ "blurIconStyle": {
1311
+ "backgroundImage": `url(${arrowUp})`
1312
+ },
1313
+ "blurTextStyle": {
1314
+ "color": "#6E81FF"
1315
+ },
1316
+ "data": {
1317
+ "id": 29884,
1318
+ "parentId": 0,
1319
+ "name": "5 观察物体(一)",
1320
+ "leaf": 1,
1321
+ "level": 1,
1322
+ "sequence": 5,
1323
+ "namePath": "#5 观察物体(一)",
1324
+ "children": null,
1325
+ "textVisible": 1,
1326
+ "initExpand": false
1327
+ },
1328
+ "expandChildren": [],
1329
+ "showHeight": 0
1330
+ },
1331
+ {
1332
+ "width": 300,
1333
+ "height": 56,
1334
+ "borderRadius": 24,
1335
+ "itemStyle": {
1336
+ "width": 300,
1337
+ "height": 56,
1338
+ "borderRadius": 24
1339
+ },
1340
+ "textStyle": {
1341
+ "width": 280,
1342
+ "height": 56,
1343
+ "lineHeight": 56,
1344
+ "fontSize": 24,
1345
+ "color": "#ffffff",
1346
+ "padding": {
1347
+ "left": 12,
1348
+ "right": 12
1349
+ }
1350
+ },
1351
+ "iconStyle": {
1352
+ "left": 278,
1353
+ "top": 18,
1354
+ "width": 20,
1355
+ "height": 20,
1356
+ "backgroundImage": `url(${arrowDown})`
1357
+ },
1358
+ "focusStyle": {
1359
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
1360
+ },
1361
+ "blurIconStyle": {
1362
+ "backgroundImage": `url(${arrowUp})`
1363
+ },
1364
+ "blurTextStyle": {
1365
+ "color": "#6E81FF"
1366
+ },
1367
+ "data": {
1368
+ "id": 29885,
1369
+ "parentId": 0,
1370
+ "name": "6 表内乘法(二)",
1371
+ "leaf": 0,
1372
+ "level": 1,
1373
+ "sequence": 6,
1374
+ "namePath": "#6 表内乘法(二)",
1375
+ "children": [
1376
+ {
1377
+ "id": 29890,
1378
+ "parentId": 29885,
1379
+ "name": "7的乘法口诀",
1380
+ "leaf": 1,
1381
+ "level": 2,
1382
+ "sequence": 1,
1383
+ "namePath": "#6 表内乘法(二)#7的乘法口诀",
1384
+ "children": null
1385
+ },
1386
+ {
1387
+ "id": 29891,
1388
+ "parentId": 29885,
1389
+ "name": "8的乘法口诀",
1390
+ "leaf": 1,
1391
+ "level": 2,
1392
+ "sequence": 2,
1393
+ "namePath": "#6 表内乘法(二)#8的乘法口诀",
1394
+ "children": null
1395
+ },
1396
+ {
1397
+ "id": 29892,
1398
+ "parentId": 29885,
1399
+ "name": "9的乘法口诀",
1400
+ "leaf": 1,
1401
+ "level": 2,
1402
+ "sequence": 3,
1403
+ "namePath": "#6 表内乘法(二)#9的乘法口诀",
1404
+ "children": null
1405
+ }
1406
+ ],
1407
+ "textVisible": 1,
1408
+ "initExpand": false
1409
+ },
1410
+ "expandChildren": [
1411
+ {
1412
+ "width": 300,
1413
+ "height": 56,
1414
+ "borderRadius": 24,
1415
+ "itemStyle": {
1416
+ "width": 300,
1417
+ "height": 56,
1418
+ "borderRadius": 24
1419
+ },
1420
+ "textStyle": {
1421
+ "width": 280,
1422
+ "height": 56,
1423
+ "lineHeight": 56,
1424
+ "fontSize": 24,
1425
+ "color": "#ffffff",
1426
+ "padding": {
1427
+ "left": 32,
1428
+ "right": 12
1429
+ }
1430
+ },
1431
+ "iconStyle": {
1432
+ "left": 278,
1433
+ "top": 18,
1434
+ "width": 20,
1435
+ "height": 20,
1436
+ "backgroundImage": null
1437
+ },
1438
+ "focusStyle": {
1439
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
1440
+ },
1441
+ "blurIconStyle": {
1442
+ "backgroundImage": `url(${arrowUp})`
1443
+ },
1444
+ "blurTextStyle": {
1445
+ "color": "#6E81FF"
1446
+ },
1447
+ "data": {
1448
+ "id": 29890,
1449
+ "parentId": 29885,
1450
+ "name": "7的乘法口诀",
1451
+ "leaf": 1,
1452
+ "level": 2,
1453
+ "sequence": 1,
1454
+ "namePath": "#6 表内乘法(二)#7的乘法口诀",
1455
+ "children": null,
1456
+ "textVisible": 1,
1457
+ "initExpand": false
1458
+ },
1459
+ "expandChildren": [],
1460
+ "showHeight": 0
1461
+ },
1462
+ {
1463
+ "width": 300,
1464
+ "height": 56,
1465
+ "borderRadius": 24,
1466
+ "itemStyle": {
1467
+ "width": 300,
1468
+ "height": 56,
1469
+ "borderRadius": 24
1470
+ },
1471
+ "textStyle": {
1472
+ "width": 280,
1473
+ "height": 56,
1474
+ "lineHeight": 56,
1475
+ "fontSize": 24,
1476
+ "color": "#ffffff",
1477
+ "padding": {
1478
+ "left": 32,
1479
+ "right": 12
1480
+ }
1481
+ },
1482
+ "iconStyle": {
1483
+ "left": 278,
1484
+ "top": 18,
1485
+ "width": 20,
1486
+ "height": 20,
1487
+ "backgroundImage": null
1488
+ },
1489
+ "focusStyle": {
1490
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
1491
+ },
1492
+ "blurIconStyle": {
1493
+ "backgroundImage": `url(${arrowUp})`
1494
+ },
1495
+ "blurTextStyle": {
1496
+ "color": "#6E81FF"
1497
+ },
1498
+ "data": {
1499
+ "id": 29891,
1500
+ "parentId": 29885,
1501
+ "name": "8的乘法口诀",
1502
+ "leaf": 1,
1503
+ "level": 2,
1504
+ "sequence": 2,
1505
+ "namePath": "#6 表内乘法(二)#8的乘法口诀",
1506
+ "children": null,
1507
+ "textVisible": 1,
1508
+ "initExpand": false
1509
+ },
1510
+ "expandChildren": [],
1511
+ "showHeight": 0
1512
+ },
1513
+ {
1514
+ "width": 300,
1515
+ "height": 56,
1516
+ "borderRadius": 24,
1517
+ "itemStyle": {
1518
+ "width": 300,
1519
+ "height": 56,
1520
+ "borderRadius": 24
1521
+ },
1522
+ "textStyle": {
1523
+ "width": 280,
1524
+ "height": 56,
1525
+ "lineHeight": 56,
1526
+ "fontSize": 24,
1527
+ "color": "#ffffff",
1528
+ "padding": {
1529
+ "left": 32,
1530
+ "right": 12
1531
+ }
1532
+ },
1533
+ "iconStyle": {
1534
+ "left": 278,
1535
+ "top": 18,
1536
+ "width": 20,
1537
+ "height": 20,
1538
+ "backgroundImage": null
1539
+ },
1540
+ "focusStyle": {
1541
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
1542
+ },
1543
+ "blurIconStyle": {
1544
+ "backgroundImage": `url(${arrowUp})`
1545
+ },
1546
+ "blurTextStyle": {
1547
+ "color": "#6E81FF"
1548
+ },
1549
+ "data": {
1550
+ "id": 29892,
1551
+ "parentId": 29885,
1552
+ "name": "9的乘法口诀",
1553
+ "leaf": 1,
1554
+ "level": 2,
1555
+ "sequence": 3,
1556
+ "namePath": "#6 表内乘法(二)#9的乘法口诀",
1557
+ "children": null,
1558
+ "textVisible": 1,
1559
+ "initExpand": false
1560
+ },
1561
+ "expandChildren": [],
1562
+ "showHeight": 0
1563
+ }
1564
+ ],
1565
+ "showHeight": 168
1566
+ },
1567
+ {
1568
+ "width": 300,
1569
+ "height": 56,
1570
+ "borderRadius": 24,
1571
+ "itemStyle": {
1572
+ "width": 300,
1573
+ "height": 56,
1574
+ "borderRadius": 24
1575
+ },
1576
+ "textStyle": {
1577
+ "width": 280,
1578
+ "height": 56,
1579
+ "lineHeight": 56,
1580
+ "fontSize": 24,
1581
+ "color": "#ffffff",
1582
+ "padding": {
1583
+ "left": 12,
1584
+ "right": 12
1585
+ }
1586
+ },
1587
+ "iconStyle": {
1588
+ "left": 278,
1589
+ "top": 18,
1590
+ "width": 20,
1591
+ "height": 20,
1592
+ "backgroundImage": null
1593
+ },
1594
+ "focusStyle": {
1595
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
1596
+ },
1597
+ "blurIconStyle": {
1598
+ "backgroundImage": `url(${arrowUp})`
1599
+ },
1600
+ "blurTextStyle": {
1601
+ "color": "#6E81FF"
1602
+ },
1603
+ "data": {
1604
+ "id": 29886,
1605
+ "parentId": 0,
1606
+ "name": "*量一量,比一比",
1607
+ "leaf": 1,
1608
+ "level": 1,
1609
+ "sequence": 7,
1610
+ "namePath": "#*量一量,比一比",
1611
+ "children": null,
1612
+ "textVisible": 1,
1613
+ "initExpand": false
1614
+ },
1615
+ "expandChildren": [],
1616
+ "showHeight": 0
1617
+ },
1618
+ {
1619
+ "width": 300,
1620
+ "height": 56,
1621
+ "borderRadius": 24,
1622
+ "itemStyle": {
1623
+ "width": 300,
1624
+ "height": 56,
1625
+ "borderRadius": 24
1626
+ },
1627
+ "textStyle": {
1628
+ "width": 280,
1629
+ "height": 56,
1630
+ "lineHeight": 56,
1631
+ "fontSize": 24,
1632
+ "color": "#ffffff",
1633
+ "padding": {
1634
+ "left": 12,
1635
+ "right": 12
1636
+ }
1637
+ },
1638
+ "iconStyle": {
1639
+ "left": 278,
1640
+ "top": 18,
1641
+ "width": 20,
1642
+ "height": 20,
1643
+ "backgroundImage": null
1644
+ },
1645
+ "focusStyle": {
1646
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
1647
+ },
1648
+ "blurIconStyle": {
1649
+ "backgroundImage": `url(${arrowUp})`
1650
+ },
1651
+ "blurTextStyle": {
1652
+ "color": "#6E81FF"
1653
+ },
1654
+ "data": {
1655
+ "id": 29887,
1656
+ "parentId": 0,
1657
+ "name": "7 认识时间",
1658
+ "leaf": 1,
1659
+ "level": 1,
1660
+ "sequence": 8,
1661
+ "namePath": "#7 认识时间",
1662
+ "children": null,
1663
+ "textVisible": 1,
1664
+ "initExpand": false
1665
+ },
1666
+ "expandChildren": [],
1667
+ "showHeight": 0
1668
+ },
1669
+ {
1670
+ "width": 300,
1671
+ "height": 56,
1672
+ "borderRadius": 24,
1673
+ "itemStyle": {
1674
+ "width": 300,
1675
+ "height": 56,
1676
+ "borderRadius": 24
1677
+ },
1678
+ "textStyle": {
1679
+ "width": 280,
1680
+ "height": 56,
1681
+ "lineHeight": 56,
1682
+ "fontSize": 24,
1683
+ "color": "#ffffff",
1684
+ "padding": {
1685
+ "left": 12,
1686
+ "right": 12
1687
+ }
1688
+ },
1689
+ "iconStyle": {
1690
+ "left": 278,
1691
+ "top": 18,
1692
+ "width": 20,
1693
+ "height": 20,
1694
+ "backgroundImage": null
1695
+ },
1696
+ "focusStyle": {
1697
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
1698
+ },
1699
+ "blurIconStyle": {
1700
+ "backgroundImage": `url(${arrowUp})`
1701
+ },
1702
+ "blurTextStyle": {
1703
+ "color": "#6E81FF"
1704
+ },
1705
+ "data": {
1706
+ "id": 29888,
1707
+ "parentId": 0,
1708
+ "name": "8 数学广角——搭配(一)",
1709
+ "leaf": 1,
1710
+ "level": 1,
1711
+ "sequence": 9,
1712
+ "namePath": "#8 数学广角——搭配(一)",
1713
+ "children": null,
1714
+ "textVisible": 1,
1715
+ "initExpand": false
1716
+ },
1717
+ "expandChildren": [],
1718
+ "showHeight": 0
1719
+ },
1720
+ {
1721
+ "width": 300,
1722
+ "height": 56,
1723
+ "borderRadius": 24,
1724
+ "itemStyle": {
1725
+ "width": 300,
1726
+ "height": 56,
1727
+ "borderRadius": 24
1728
+ },
1729
+ "textStyle": {
1730
+ "width": 280,
1731
+ "height": 56,
1732
+ "lineHeight": 56,
1733
+ "fontSize": 24,
1734
+ "color": "#ffffff",
1735
+ "padding": {
1736
+ "left": 12,
1737
+ "right": 12
1738
+ }
1739
+ },
1740
+ "iconStyle": {
1741
+ "left": 278,
1742
+ "top": 18,
1743
+ "width": 20,
1744
+ "height": 20,
1745
+ "backgroundImage": null
1746
+ },
1747
+ "focusStyle": {
1748
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
1749
+ },
1750
+ "blurIconStyle": {
1751
+ "backgroundImage": `url(${arrowUp})`
1752
+ },
1753
+ "blurTextStyle": {
1754
+ "color": "#6E81FF"
1755
+ },
1756
+ "data": {
1757
+ "id": 29889,
1758
+ "parentId": 0,
1759
+ "name": "9 总复习",
1760
+ "leaf": 1,
1761
+ "level": 1,
1762
+ "sequence": 10,
1763
+ "namePath": "#9 总复习",
1764
+ "children": null,
1765
+ "textVisible": 1,
1766
+ "initExpand": false
1767
+ },
1768
+ "expandChildren": [],
1769
+ "showHeight": 0
1770
+ },
1771
+ {
1772
+ "width": 300,
1773
+ "height": 56,
1774
+ "borderRadius": 24,
1775
+ "itemStyle": {
1776
+ "width": 300,
1777
+ "height": 56,
1778
+ "borderRadius": 24
1779
+ },
1780
+ "textStyle": {
1781
+ "width": 280,
1782
+ "height": 56,
1783
+ "lineHeight": 56,
1784
+ "fontSize": 24,
1785
+ "color": "#ffffff",
1786
+ "padding": {
1787
+ "left": 12,
1788
+ "right": 12
1789
+ }
1790
+ },
1791
+ "iconStyle": {
1792
+ "left": 278,
1793
+ "top": 18,
1794
+ "width": 20,
1795
+ "height": 20,
1796
+ "backgroundImage": `url(${arrowDown})`
1797
+ },
1798
+ "focusStyle": {
1799
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
1800
+ },
1801
+ "blurIconStyle": {
1802
+ "backgroundImage": `url(${arrowUp})`
1803
+ },
1804
+ "blurTextStyle": {
1805
+ "color": "#6E81FF"
1806
+ },
1807
+ "data": {
1808
+ "id": 29868,
1809
+ "parentId": 0,
1810
+ "name": "2 100以内的加法和减法(二)",
1811
+ "leaf": 0,
1812
+ "level": 1,
1813
+ "sequence": 2,
1814
+ "namePath": "#2 100以内的加法和减法(二)",
1815
+ "children": [
1816
+ {
1817
+ "id": 29869,
1818
+ "parentId": 29868,
1819
+ "name": "1.加法",
1820
+ "leaf": 0,
1821
+ "level": 2,
1822
+ "sequence": 1,
1823
+ "namePath": "#2 100以内的加法和减法(二)#1.加法",
1824
+ "children": [
1825
+ {
1826
+ "id": 29870,
1827
+ "parentId": 29869,
1828
+ "name": "不进位加",
1829
+ "leaf": 1,
1830
+ "level": 3,
1831
+ "sequence": 1,
1832
+ "namePath": "#2 100以内的加法和减法(二)#1.加法#不进位加",
1833
+ "children": null
1834
+ },
1835
+ {
1836
+ "id": 29871,
1837
+ "parentId": 29869,
1838
+ "name": "进位加",
1839
+ "leaf": 1,
1840
+ "level": 3,
1841
+ "sequence": 2,
1842
+ "namePath": "#2 100以内的加法和减法(二)#1.加法#进位加",
1843
+ "children": null
1844
+ }
1845
+ ]
1846
+ },
1847
+ {
1848
+ "id": 29872,
1849
+ "parentId": 29868,
1850
+ "name": "2.减法",
1851
+ "leaf": 0,
1852
+ "level": 2,
1853
+ "sequence": 2,
1854
+ "namePath": "#2 100以内的加法和减法(二)#2.减法",
1855
+ "children": [
1856
+ {
1857
+ "id": 29873,
1858
+ "parentId": 29872,
1859
+ "name": "不退位减",
1860
+ "leaf": 1,
1861
+ "level": 3,
1862
+ "sequence": 1,
1863
+ "namePath": "#2 100以内的加法和减法(二)#2.减法#不退位减",
1864
+ "children": null
1865
+ },
1866
+ {
1867
+ "id": 29874,
1868
+ "parentId": 29872,
1869
+ "name": "退位减",
1870
+ "leaf": 1,
1871
+ "level": 3,
1872
+ "sequence": 2,
1873
+ "namePath": "#2 100以内的加法和减法(二)#2.减法#退位减",
1874
+ "children": null
1875
+ }
1876
+ ]
1877
+ },
1878
+ {
1879
+ "id": 29875,
1880
+ "parentId": 29868,
1881
+ "name": "3.连加、连减和加减混合",
1882
+ "leaf": 0,
1883
+ "level": 2,
1884
+ "sequence": 3,
1885
+ "namePath": "#2 100以内的加法和减法(二)#3.连加、连减和加减混合",
1886
+ "children": [
1887
+ {
1888
+ "id": 29873,
1889
+ "parentId": 29872,
1890
+ "name": "不退位减",
1891
+ "leaf": 1,
1892
+ "level": 3,
1893
+ "sequence": 1,
1894
+ "namePath": "#2 100以内的加法和减法(二)#2.减法#不退位减",
1895
+ "children": null
1896
+ },
1897
+ {
1898
+ "id": 29874,
1899
+ "parentId": 29872,
1900
+ "name": "退位减",
1901
+ "leaf": 1,
1902
+ "level": 3,
1903
+ "sequence": 2,
1904
+ "namePath": "#2 100以内的加法和减法(二)#2.减法#退位减",
1905
+ "children": null
1906
+ }
1907
+ ]
1908
+ }
1909
+ ],
1910
+ "textVisible": 1,
1911
+ "initExpand": false
1912
+ },
1913
+ "expandChildren": [
1914
+ {
1915
+ "width": 300,
1916
+ "height": 56,
1917
+ "borderRadius": 24,
1918
+ "itemStyle": {
1919
+ "width": 300,
1920
+ "height": 56,
1921
+ "borderRadius": 24
1922
+ },
1923
+ "textStyle": {
1924
+ "width": 280,
1925
+ "height": 56,
1926
+ "lineHeight": 56,
1927
+ "fontSize": 24,
1928
+ "color": "#ffffff",
1929
+ "padding": {
1930
+ "left": 32,
1931
+ "right": 12
1932
+ }
1933
+ },
1934
+ "iconStyle": {
1935
+ "left": 278,
1936
+ "top": 18,
1937
+ "width": 20,
1938
+ "height": 20,
1939
+ "backgroundImage": `url(${arrowDown})`
1940
+ },
1941
+ "focusStyle": {
1942
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
1943
+ },
1944
+ "blurIconStyle": {
1945
+ "backgroundImage": `url(${arrowUp})`
1946
+ },
1947
+ "blurTextStyle": {
1948
+ "color": "#6E81FF"
1949
+ },
1950
+ "data": {
1951
+ "id": 29869,
1952
+ "parentId": 29868,
1953
+ "name": "1.加法",
1954
+ "leaf": 0,
1955
+ "level": 2,
1956
+ "sequence": 1,
1957
+ "namePath": "#2 100以内的加法和减法(二)#1.加法",
1958
+ "children": [
1959
+ {
1960
+ "id": 29870,
1961
+ "parentId": 29869,
1962
+ "name": "不进位加",
1963
+ "leaf": 1,
1964
+ "level": 3,
1965
+ "sequence": 1,
1966
+ "namePath": "#2 100以内的加法和减法(二)#1.加法#不进位加",
1967
+ "children": null
1968
+ },
1969
+ {
1970
+ "id": 29871,
1971
+ "parentId": 29869,
1972
+ "name": "进位加",
1973
+ "leaf": 1,
1974
+ "level": 3,
1975
+ "sequence": 2,
1976
+ "namePath": "#2 100以内的加法和减法(二)#1.加法#进位加",
1977
+ "children": null
1978
+ }
1979
+ ],
1980
+ "textVisible": 1,
1981
+ "initExpand": false
1982
+ },
1983
+ "expandChildren": [
1984
+ {
1985
+ "width": 300,
1986
+ "height": 56,
1987
+ "borderRadius": 24,
1988
+ "itemStyle": {
1989
+ "width": 300,
1990
+ "height": 56,
1991
+ "borderRadius": 24
1992
+ },
1993
+ "textStyle": {
1994
+ "width": 280,
1995
+ "height": 56,
1996
+ "lineHeight": 56,
1997
+ "fontSize": 24,
1998
+ "color": "#ffffff",
1999
+ "padding": {
2000
+ "left": 52,
2001
+ "right": 12
2002
+ }
2003
+ },
2004
+ "iconStyle": {
2005
+ "left": 278,
2006
+ "top": 18,
2007
+ "width": 20,
2008
+ "height": 20,
2009
+ "backgroundImage": null
2010
+ },
2011
+ "focusStyle": {
2012
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
2013
+ },
2014
+ "blurIconStyle": {
2015
+ "backgroundImage": `url(${arrowUp})`
2016
+ },
2017
+ "blurTextStyle": {
2018
+ "color": "#6E81FF"
2019
+ },
2020
+ "data": {
2021
+ "id": 29870,
2022
+ "parentId": 29869,
2023
+ "name": "不进位加",
2024
+ "leaf": 1,
2025
+ "level": 3,
2026
+ "sequence": 1,
2027
+ "namePath": "#2 100以内的加法和减法(二)#1.加法#不进位加",
2028
+ "children": null,
2029
+ "textVisible": 1,
2030
+ "initExpand": false
2031
+ },
2032
+ "expandChildren": [],
2033
+ "showHeight": 0
2034
+ },
2035
+ {
2036
+ "width": 300,
2037
+ "height": 56,
2038
+ "borderRadius": 24,
2039
+ "itemStyle": {
2040
+ "width": 300,
2041
+ "height": 56,
2042
+ "borderRadius": 24
2043
+ },
2044
+ "textStyle": {
2045
+ "width": 280,
2046
+ "height": 56,
2047
+ "lineHeight": 56,
2048
+ "fontSize": 24,
2049
+ "color": "#ffffff",
2050
+ "padding": {
2051
+ "left": 52,
2052
+ "right": 12
2053
+ }
2054
+ },
2055
+ "iconStyle": {
2056
+ "left": 278,
2057
+ "top": 18,
2058
+ "width": 20,
2059
+ "height": 20,
2060
+ "backgroundImage": null
2061
+ },
2062
+ "focusStyle": {
2063
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
2064
+ },
2065
+ "blurIconStyle": {
2066
+ "backgroundImage": `url(${arrowUp})`
2067
+ },
2068
+ "blurTextStyle": {
2069
+ "color": "#6E81FF"
2070
+ },
2071
+ "data": {
2072
+ "id": 29871,
2073
+ "parentId": 29869,
2074
+ "name": "进位加",
2075
+ "leaf": 1,
2076
+ "level": 3,
2077
+ "sequence": 2,
2078
+ "namePath": "#2 100以内的加法和减法(二)#1.加法#进位加",
2079
+ "children": null,
2080
+ "textVisible": 1,
2081
+ "initExpand": false
2082
+ },
2083
+ "expandChildren": [],
2084
+ "showHeight": 0
2085
+ }
2086
+ ],
2087
+ "showHeight": 112
2088
+ },
2089
+ {
2090
+ "width": 300,
2091
+ "height": 56,
2092
+ "borderRadius": 24,
2093
+ "itemStyle": {
2094
+ "width": 300,
2095
+ "height": 56,
2096
+ "borderRadius": 24
2097
+ },
2098
+ "textStyle": {
2099
+ "width": 280,
2100
+ "height": 56,
2101
+ "lineHeight": 56,
2102
+ "fontSize": 24,
2103
+ "color": "#ffffff",
2104
+ "padding": {
2105
+ "left": 32,
2106
+ "right": 12
2107
+ }
2108
+ },
2109
+ "iconStyle": {
2110
+ "left": 278,
2111
+ "top": 18,
2112
+ "width": 20,
2113
+ "height": 20,
2114
+ "backgroundImage": `url(${arrowDown})`
2115
+ },
2116
+ "focusStyle": {
2117
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
2118
+ },
2119
+ "blurIconStyle": {
2120
+ "backgroundImage": `url(${arrowUp})`
2121
+ },
2122
+ "blurTextStyle": {
2123
+ "color": "#6E81FF"
2124
+ },
2125
+ "data": {
2126
+ "id": 29872,
2127
+ "parentId": 29868,
2128
+ "name": "2.减法",
2129
+ "leaf": 0,
2130
+ "level": 2,
2131
+ "sequence": 2,
2132
+ "namePath": "#2 100以内的加法和减法(二)#2.减法",
2133
+ "children": [
2134
+ {
2135
+ "id": 29873,
2136
+ "parentId": 29872,
2137
+ "name": "不退位减",
2138
+ "leaf": 1,
2139
+ "level": 3,
2140
+ "sequence": 1,
2141
+ "namePath": "#2 100以内的加法和减法(二)#2.减法#不退位减",
2142
+ "children": null
2143
+ },
2144
+ {
2145
+ "id": 29874,
2146
+ "parentId": 29872,
2147
+ "name": "退位减",
2148
+ "leaf": 1,
2149
+ "level": 3,
2150
+ "sequence": 2,
2151
+ "namePath": "#2 100以内的加法和减法(二)#2.减法#退位减",
2152
+ "children": null
2153
+ }
2154
+ ],
2155
+ "textVisible": 1,
2156
+ "initExpand": false
2157
+ },
2158
+ "expandChildren": [
2159
+ {
2160
+ "width": 300,
2161
+ "height": 56,
2162
+ "borderRadius": 24,
2163
+ "itemStyle": {
2164
+ "width": 300,
2165
+ "height": 56,
2166
+ "borderRadius": 24
2167
+ },
2168
+ "textStyle": {
2169
+ "width": 280,
2170
+ "height": 56,
2171
+ "lineHeight": 56,
2172
+ "fontSize": 24,
2173
+ "color": "#ffffff",
2174
+ "padding": {
2175
+ "left": 52,
2176
+ "right": 12
2177
+ }
2178
+ },
2179
+ "iconStyle": {
2180
+ "left": 278,
2181
+ "top": 18,
2182
+ "width": 20,
2183
+ "height": 20,
2184
+ "backgroundImage": null
2185
+ },
2186
+ "focusStyle": {
2187
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
2188
+ },
2189
+ "blurIconStyle": {
2190
+ "backgroundImage": `url(${arrowUp})`
2191
+ },
2192
+ "blurTextStyle": {
2193
+ "color": "#6E81FF"
2194
+ },
2195
+ "data": {
2196
+ "id": 29873,
2197
+ "parentId": 29872,
2198
+ "name": "不退位减",
2199
+ "leaf": 1,
2200
+ "level": 3,
2201
+ "sequence": 1,
2202
+ "namePath": "#2 100以内的加法和减法(二)#2.减法#不退位减",
2203
+ "children": null,
2204
+ "textVisible": 1,
2205
+ "initExpand": false
2206
+ },
2207
+ "expandChildren": [],
2208
+ "showHeight": 0
2209
+ },
2210
+ {
2211
+ "width": 300,
2212
+ "height": 56,
2213
+ "borderRadius": 24,
2214
+ "itemStyle": {
2215
+ "width": 300,
2216
+ "height": 56,
2217
+ "borderRadius": 24
2218
+ },
2219
+ "textStyle": {
2220
+ "width": 280,
2221
+ "height": 56,
2222
+ "lineHeight": 56,
2223
+ "fontSize": 24,
2224
+ "color": "#ffffff",
2225
+ "padding": {
2226
+ "left": 52,
2227
+ "right": 12
2228
+ }
2229
+ },
2230
+ "iconStyle": {
2231
+ "left": 278,
2232
+ "top": 18,
2233
+ "width": 20,
2234
+ "height": 20,
2235
+ "backgroundImage": null
2236
+ },
2237
+ "focusStyle": {
2238
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
2239
+ },
2240
+ "blurIconStyle": {
2241
+ "backgroundImage": `url(${arrowUp})`
2242
+ },
2243
+ "blurTextStyle": {
2244
+ "color": "#6E81FF"
2245
+ },
2246
+ "data": {
2247
+ "id": 29874,
2248
+ "parentId": 29872,
2249
+ "name": "退位减",
2250
+ "leaf": 1,
2251
+ "level": 3,
2252
+ "sequence": 2,
2253
+ "namePath": "#2 100以内的加法和减法(二)#2.减法#退位减",
2254
+ "children": null,
2255
+ "textVisible": 1,
2256
+ "initExpand": false
2257
+ },
2258
+ "expandChildren": [],
2259
+ "showHeight": 0
2260
+ }
2261
+ ],
2262
+ "showHeight": 112
2263
+ },
2264
+ {
2265
+ "width": 300,
2266
+ "height": 56,
2267
+ "borderRadius": 24,
2268
+ "itemStyle": {
2269
+ "width": 300,
2270
+ "height": 56,
2271
+ "borderRadius": 24
2272
+ },
2273
+ "textStyle": {
2274
+ "width": 280,
2275
+ "height": 56,
2276
+ "lineHeight": 56,
2277
+ "fontSize": 24,
2278
+ "color": "#ffffff",
2279
+ "padding": {
2280
+ "left": 32,
2281
+ "right": 12
2282
+ }
2283
+ },
2284
+ "iconStyle": {
2285
+ "left": 278,
2286
+ "top": 18,
2287
+ "width": 20,
2288
+ "height": 20,
2289
+ "backgroundImage": null
2290
+ },
2291
+ "focusStyle": {
2292
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
2293
+ },
2294
+ "blurIconStyle": {
2295
+ "backgroundImage": `url(${arrowUp})`
2296
+ },
2297
+ "blurTextStyle": {
2298
+ "color": "#6E81FF"
2299
+ },
2300
+ "data": {
2301
+ "id": 29875,
2302
+ "parentId": 29868,
2303
+ "name": "3.连加、连减和加减混合",
2304
+ "leaf": 0,
2305
+ "level": 2,
2306
+ "sequence": 3,
2307
+ "namePath": "#2 100以内的加法和减法(二)#3.连加、连减和加减混合",
2308
+ "children": null,
2309
+ "textVisible": 1,
2310
+ "initExpand": false
2311
+ },
2312
+ "expandChildren": [
2313
+ {
2314
+ "width": 300,
2315
+ "height": 56,
2316
+ "borderRadius": 24,
2317
+ "itemStyle": {
2318
+ "width": 300,
2319
+ "height": 56,
2320
+ "borderRadius": 24
2321
+ },
2322
+ "textStyle": {
2323
+ "width": 280,
2324
+ "height": 56,
2325
+ "lineHeight": 56,
2326
+ "fontSize": 24,
2327
+ "color": "#ffffff",
2328
+ "padding": {
2329
+ "left": 52,
2330
+ "right": 12
2331
+ }
2332
+ },
2333
+ "iconStyle": {
2334
+ "left": 278,
2335
+ "top": 18,
2336
+ "width": 20,
2337
+ "height": 20,
2338
+ "backgroundImage": null
2339
+ },
2340
+ "focusStyle": {
2341
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
2342
+ },
2343
+ "blurIconStyle": {
2344
+ "backgroundImage": `url(${arrowUp})`
2345
+ },
2346
+ "blurTextStyle": {
2347
+ "color": "#6E81FF"
2348
+ },
2349
+ "data": {
2350
+ "id": 29873,
2351
+ "parentId": 29872,
2352
+ "name": "不退位减",
2353
+ "leaf": 1,
2354
+ "level": 3,
2355
+ "sequence": 1,
2356
+ "namePath": "#2 100以内的加法和减法(二)#2.减法#不退位减",
2357
+ "children": null,
2358
+ "textVisible": 1,
2359
+ "initExpand": false
2360
+ },
2361
+ "expandChildren": [],
2362
+ "showHeight": 0
2363
+ },
2364
+ {
2365
+ "width": 300,
2366
+ "height": 56,
2367
+ "borderRadius": 24,
2368
+ "itemStyle": {
2369
+ "width": 300,
2370
+ "height": 56,
2371
+ "borderRadius": 24
2372
+ },
2373
+ "textStyle": {
2374
+ "width": 280,
2375
+ "height": 56,
2376
+ "lineHeight": 56,
2377
+ "fontSize": 24,
2378
+ "color": "#ffffff",
2379
+ "padding": {
2380
+ "left": 52,
2381
+ "right": 12
2382
+ }
2383
+ },
2384
+ "iconStyle": {
2385
+ "left": 278,
2386
+ "top": 18,
2387
+ "width": 20,
2388
+ "height": 20,
2389
+ "backgroundImage": null
2390
+ },
2391
+ "focusStyle": {
2392
+ "backgroundImage": "linear-gradient(to bottom, #6E81FF, #3F4FBA)"
2393
+ },
2394
+ "blurIconStyle": {
2395
+ "backgroundImage": `url(${arrowUp})`
2396
+ },
2397
+ "blurTextStyle": {
2398
+ "color": "#6E81FF"
2399
+ },
2400
+ "data": {
2401
+ "id": 29874,
2402
+ "parentId": 29872,
2403
+ "name": "退位减",
2404
+ "leaf": 1,
2405
+ "level": 3,
2406
+ "sequence": 2,
2407
+ "namePath": "#2 100以内的加法和减法(二)#2.减法#退位减",
2408
+ "children": null,
2409
+ "textVisible": 1,
2410
+ "initExpand": false
2411
+ },
2412
+ "expandChildren": [],
2413
+ "showHeight": 0
2414
+ }
2415
+ ],
2416
+ "showHeight": 0
2417
+ }
2418
+ ],
2419
+ "showHeight": 168
2420
+ },
2421
+ ]