Skip to content

Commit 6fb421d

Browse files
committed
修改知识图谱例子title
1 parent f07c86b commit 6fb421d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

examples/component/components_knowledgeGraphMap_vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<head>
1313
<meta charset="UTF-8">
14-
<title data-i18n='resources.title_componentsLegend_Vue'></title>
14+
<title data-i18n='resources.title_componentsKnowledgeGraphMap_Vue'></title>
1515
<script type="text/javascript" include="vue" src="../js/include-web.js"></script>
1616
<script include="iclient-mapboxgl-vue,g6" src="../../dist/mapboxgl/include-mapboxgl.js"></script>
1717
<style>

examples/locales/en-US/resources.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,7 @@ window.examplesResources = {
651651
"title_componentsEcharts_Vue": 'Echarts Layer component(Vue)',
652652
"title_componentsRaster_Vue": 'Raster Layer component(Vue)',
653653
"title_componentsGeoJSON_Vue": 'GeoJSON Layer component(Vue)',
654+
"title_componentsKnowledgeGraphMap_Vue": 'Knowledge GraphMap component(Vue)',
654655
"title_componentsMapV_Vue": 'MapV Layer component(Vue)',
655656
"title_componentsDeckGL_Vue": 'DeckGL Layer component(Vue)',
656657
"title_componentsVectorTile_Vue": 'Vector Tile Layer component(Vue)',

examples/locales/zh-CN/resources.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@ window.examplesResources = {
600600
"title_componentsEcharts_Vue": 'Echarts 图层组件',
601601
"title_componentsRaster_Vue": '栅格图层组件',
602602
"title_componentsGeoJSON_Vue": 'GeoJSON 图层组件',
603+
"title_componentsKnowledgeGraphMap_Vue": '知识图谱组件',
603604
"title_componentsMapV_Vue": 'MapV 图层组件',
604605
"title_componentsDeckGL_Vue": 'DeckGL 图层组件',
605606
"title_componentsVectorTile_Vue": '矢量瓦片图层组件',

0 commit comments

Comments
 (0)