File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ window.resources = {
30
30
"product" : {
31
31
"_name" : "Product" ,
32
32
"introduce" : "Introduction" ,
33
+ "download" : "Download" ,
33
34
"guide" : "Guide" ,
34
35
"modules" : "Modules" ,
35
36
"dependence" : "Dependencies" ,
@@ -39,6 +40,7 @@ window.resources = {
39
40
"guide" : {
40
41
"_name" : "Guide" ,
41
42
"beginning" : "Getting Started" ,
43
+ "npm" : "npm" ,
42
44
"quickStart" : "Quick Start" ,
43
45
"projection" : "Projection" ,
44
46
"ie8" : "Compatible with IE8" ,
@@ -103,6 +105,9 @@ window.resources = {
103
105
} ,
104
106
"soon" : "Coming Soon"
105
107
} ,
108
+ "footer" : {
109
+ "copyright" : "Copyright © 2000-2017 SuperMap Software Co., Ltd. All rights reserved"
110
+ } ,
106
111
"resources" : {
107
112
"title_tiledMapLayer4326" : "base map of SuperMap REST map" ,
108
113
"title_addressMatchService" : "Address Match Service" ,
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ window.resources = {
30
30
"product" : {
31
31
"_name" : "产品" ,
32
32
"introduce" : "产品介绍" ,
33
+ "download" : "下载" ,
33
34
"guide" : "开发指南" ,
34
35
"modules" : "模块说明" ,
35
36
"dependence" : "相关依赖" ,
@@ -39,6 +40,7 @@ window.resources = {
39
40
"guide" : {
40
41
"_name" : "开发指南" ,
41
42
"beginning" : "开发入门" ,
43
+ "npm" : "npm" ,
42
44
"quickStart" : "快速入门" ,
43
45
"projection" : "投影" ,
44
46
"ie8" : "兼容IE8" ,
@@ -103,6 +105,9 @@ window.resources = {
103
105
} ,
104
106
"soon" : "敬请期待"
105
107
} ,
108
+ "footer" :{
109
+ "copyright" :"版权所有 © 2000-2017 北京超图软件股份有限公司 京ICP备11032883号-8 京公网安备11010502008721 甲测资字11002074"
110
+ } ,
106
111
"resources" : {
107
112
"title_tiledMapLayer4326" : "SuperMap REST 地图服务底图" ,
108
113
"title_addressMatchService" : "地址匹配服务" ,
Original file line number Diff line number Diff line change 1
1
< div class ="container ">
2
- < div class ="icl-copyright " data-i18n ="footer._name "> </ div >
2
+ < div class ="icl-copyright " data-i18n ="footer.copyright "> </ div >
3
3
</ div >
You can’t perform that action at this time.
0 commit comments