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 = {
3030 "product" : {
3131 "_name" : "Product" ,
3232 "introduce" : "Introduction" ,
33+ "download" : "Download" ,
3334 "guide" : "Guide" ,
3435 "modules" : "Modules" ,
3536 "dependence" : "Dependencies" ,
@@ -39,6 +40,7 @@ window.resources = {
3940 "guide" : {
4041 "_name" : "Guide" ,
4142 "beginning" : "Getting Started" ,
43+ "npm" : "npm" ,
4244 "quickStart" : "Quick Start" ,
4345 "projection" : "Projection" ,
4446 "ie8" : "Compatible with IE8" ,
@@ -103,6 +105,9 @@ window.resources = {
103105 } ,
104106 "soon" : "Coming Soon"
105107 } ,
108+ "footer" : {
109+ "copyright" : "Copyright © 2000-2017 SuperMap Software Co., Ltd. All rights reserved"
110+ } ,
106111 "resources" : {
107112 "title_tiledMapLayer4326" : "base map of SuperMap REST map" ,
108113 "title_addressMatchService" : "Address Match Service" ,
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ window.resources = {
3030 "product" : {
3131 "_name" : "产品" ,
3232 "introduce" : "产品介绍" ,
33+ "download" : "下载" ,
3334 "guide" : "开发指南" ,
3435 "modules" : "模块说明" ,
3536 "dependence" : "相关依赖" ,
@@ -39,6 +40,7 @@ window.resources = {
3940 "guide" : {
4041 "_name" : "开发指南" ,
4142 "beginning" : "开发入门" ,
43+ "npm" : "npm" ,
4244 "quickStart" : "快速入门" ,
4345 "projection" : "投影" ,
4446 "ie8" : "兼容IE8" ,
@@ -103,6 +105,9 @@ window.resources = {
103105 } ,
104106 "soon" : "敬请期待"
105107 } ,
108+ "footer" :{
109+ "copyright" :"版权所有 © 2000-2017 北京超图软件股份有限公司 京ICP备11032883号-8 京公网安备11010502008721 甲测资字11002074"
110+ } ,
106111 "resources" : {
107112 "title_tiledMapLayer4326" : "SuperMap REST 地图服务底图" ,
108113 "title_addressMatchService" : "地址匹配服务" ,
Original file line number Diff line number Diff line change 11< div class ="container ">
2- < div class ="icl-copyright " data-i18n ="footer._name "> </ div >
2+ < div class ="icl-copyright " data-i18n ="footer.copyright "> </ div >
33</ div >
You can’t perform that action at this time.
0 commit comments