Skip to content

Commit 6fafc03

Browse files
committed
【update】 新增智慧城市模板示例图片; review by luoxiao
1 parent 80c5fdf commit 6fafc03

File tree

7 files changed

+8096
-0
lines changed

7 files changed

+8096
-0
lines changed

examples/component/components_city_smart_economic_vue.html

Lines changed: 1886 additions & 0 deletions
Large diffs are not rendered by default.

examples/component/components_city_smart_livelihood_vue.html

Lines changed: 2063 additions & 0 deletions
Large diffs are not rendered by default.

examples/component/components_city_smart_management_vue.html

Lines changed: 2195 additions & 0 deletions
Large diffs are not rendered by default.

examples/component/components_city_smart_overview_vue.html

Lines changed: 1912 additions & 0 deletions
Large diffs are not rendered by default.

examples/component/templateConfig.js

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,38 @@ var exampleConfig = {
7474
thumbnail: 'components_timeline_tracklayer.png',
7575
fileName: 'components_timeline_tracklayer',
7676
localIgnore: true
77+
},
78+
{
79+
name: '城市智慧大脑-全市概况',
80+
name_en: 'Smart City Brain_City Overview',
81+
version: '10.2.0',
82+
thumbnail: 'components_city_smart_overview_vue.png',
83+
fileName: 'components_city_smart_overview_vue',
84+
localIgnore: true
85+
},
86+
{
87+
name: '城市智慧大脑-城市管理',
88+
name_en: 'Smart City Brain_City management',
89+
version: '10.2.0',
90+
thumbnail: 'components_city_smart_management_vue.png',
91+
fileName: 'components_city_smart_management_vue',
92+
localIgnore: true
93+
},
94+
{
95+
name: '城市智慧大脑-经济运行',
96+
name_en: 'Smart City Brain_Econom ic Operation',
97+
version: '10.2.0',
98+
thumbnail: 'components_city_smart_economic_vue.png',
99+
fileName: 'components_city_smart_economic_vue',
100+
localIgnore: true
101+
},
102+
{
103+
name: '城市智慧大脑-民生幸福',
104+
name_en: 'Smart City Brain_Livelihood',
105+
version: '10.2.0',
106+
thumbnail: 'components_city_smart_livelihood_vue.png',
107+
fileName: 'components_city_smart_livelihood_vue',
108+
localIgnore: true
77109
}
78110
]
79111
}

examples/locales/en-US/resources.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,10 @@ window.examplesResources = {
681681
"title_componentsAnimateTextLayer_React": 'Animate Text Layer(React)',
682682
"title_webPrinting_landUse": 'Web Printing(LandUse)',
683683
"title_natureResourcePlatform_Vue": 'Nature Resource Platform(Vue)',
684+
"title_smartCityOverview_Vue": 'City Smart Brain_City Overview(Vue)',
685+
"title_smartCityManagement_Vue": 'City Smart Brain_City management(Vue)',
686+
"title_smartCityEconomic_Vue": 'City Smart Brain_Economic Operation(Vue)',
687+
"title_smartCityLivelihood_Vue": 'City Smart Brain_Livelihood(Vue)',
684688
"title_ecologicalBigDataPlatform_Vue": 'Ecological Big Data Platform(Vue)',
685689
"title_mask":'Layer Mask',
686690
"title_objectdetection":"Machinelearning Result Overlay(Objectdetection)",

examples/locales/zh-CN/resources.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,10 @@ window.examplesResources = {
632632
"title_componentsAnimateTextLayer_React": '动效文本标记图层',
633633
"title_webPrinting_landUse": '土地利用 Web 打印',
634634
"title_natureResourcePlatform_Vue": '自然资源平台大屏',
635+
"title_smartCityOverview_Vue": '城市智慧大脑-全市概况',
636+
"title_smartCityManagement_Vue": '城市智慧大脑-城市管理',
637+
"title_smartCityEconomic_Vue": '城市智慧大脑-经济运行',
638+
"title_smartCityLivelihood_Vue": '城市智慧大脑-民生幸福',
635639
"title_ecologicalBigDataPlatform_Vue": '生态大数据平台大屏',
636640
"title_mask":'图层掩膜',
637641
"title_objectdetection":"机器学习结果叠加(目标检测)",

0 commit comments

Comments
 (0)