Skip to content

Commit c07362a

Browse files
committed
【update】widgets -> components review by liqian
1 parent aacbe8c commit c07362a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/leaflet/config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,11 +1169,11 @@ var exampleConfig = {
11691169
}
11701170
}
11711171
},
1172-
"widgets": {
1172+
"components": {
11731173
name: "组件",
1174-
name_en: "Widgets",
1174+
name_en: "Components",
11751175
content: {
1176-
"widgetsSuperMap": {
1176+
"componentsSuperMap": {
11771177
name: "基础",
11781178
name_en: "Basic",
11791179
content: [{
@@ -1229,7 +1229,7 @@ var exampleConfig = {
12291229

12301230
]
12311231
},
1232-
"widgetsAdvanced": {
1232+
"componentsAdvanced": {
12331233
name: "扩展",
12341234
name_en: "Advanced",
12351235
content: [{
@@ -1334,7 +1334,7 @@ var sideBarIconConfig = {
13341334
"plot": "fa-edit",
13351335
"dynamicPlot": "fa-pencil",
13361336
"control": "fa-sliders",
1337-
"widgets": "fa-window-restore",
1337+
"components": "fa-window-restore",
13381338
"clientSpatialAnalyst": "fa-object-group",
13391339
"viz": "fa-map",
13401340
"OGC": "fa-globe",
@@ -1355,7 +1355,7 @@ var exampleIconConfig = {
13551355
"plot": "fa-edit",
13561356
"dynamicPlot": "fa-pencil",
13571357
"control": "fa-sliders",
1358-
"widgets": "fa-window-restore",
1358+
"components": "fa-window-restore",
13591359
"clientSpatialAnalyst": "fa-object-group",
13601360
"viz": "fa-map",
13611361
"OGC": "fa-globe",

0 commit comments

Comments
 (0)