File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ module.exports = {
70
70
bannerInfo : function ( libName ) {
71
71
return `
72
72
${ libName } .(${ pkg . homepage } )
73
- Copyright© 2000 - 2021 SuperMap Software Co.Ltd
73
+ Copyright© 2000 - 2022 SuperMap Software Co.Ltd
74
74
license: ${ pkg . license }
75
75
version: v${ pkg . version }
76
76
` ;
Original file line number Diff line number Diff line change 142
142
inputCSS ( '../../dist/leaflet/iclient-leaflet.min.css' ) ;
143
143
}
144
144
if ( inArray ( includes , 'iclient-plot-leaflet' ) ) {
145
- inputCSS ( 'https://iclient.supermap.io/web/libs/plotting/leaflet/10.2.0 /iclient-plot-leaflet.css' ) ;
145
+ inputCSS ( 'https://iclient.supermap.io/web/libs/plotting/leaflet/10.2.1 /iclient-plot-leaflet.css' ) ;
146
146
if ( supportES6 ( ) ) {
147
- inputScript ( 'https://iclient.supermap.io/web/libs/plotting/leaflet/10.2.0 /iclient-plot-leaflet-es6.min.js' ) ;
147
+ inputScript ( 'https://iclient.supermap.io/web/libs/plotting/leaflet/10.2.1 /iclient-plot-leaflet-es6.min.js' ) ;
148
148
} else {
149
- inputScript ( 'https://iclient.supermap.io/web/libs/plotting/leaflet/10.2.0 /iclient-plot-leaflet.min.js' ) ;
149
+ inputScript ( 'https://iclient.supermap.io/web/libs/plotting/leaflet/10.2.1 /iclient-plot-leaflet.min.js' ) ;
150
150
}
151
151
}
152
152
if ( inArray ( includes , 'ant-design-vue' ) ) {
Original file line number Diff line number Diff line change 186
186
load ( ) ;
187
187
window . isLocal = false ;
188
188
window . server = document . location . toString ( ) . match ( / f i l e : \/ \/ / ) ? "http://localhost:8090" : document . location . protocol + "//" + document . location . host ;
189
- window . version = "10.2.0 " ;
189
+ window . version = "10.2.1 " ;
190
190
window . preRelease = "" ;
191
191
} ) ( ) ;
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ window.examplesResources = {
133
133
"join" : "Join us: SuperMap Web Client Team" ,
134
134
"join_tips1" : "(Please send email to: " ,
135
135
"join_tips2" : " and attach your resume)" ,
136
- "copyright" : "Copyright © 2000-2021 SuperMap Software Co., Ltd. All rights reserved"
136
+ "copyright" : "Copyright © 2000-2022 SuperMap Software Co., Ltd. All rights reserved"
137
137
} ,
138
138
"editor" : {
139
139
"expand" : " Expand" ,
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ window.examplesResources = {
74
74
"join" : "加入我们: 超图Web客户端团队 " ,
75
75
"join_tips1" : "(请发邮件至: " ,
76
76
"join_tips2" : ",附上您的简历哦)" ,
77
- "copyright" : "版权所有 © 2000-2021 北京超图软件股份有限公司 蜀ICP备16000471号-1"
77
+ "copyright" : "版权所有 © 2000-2022 北京超图软件股份有限公司 蜀ICP备16000471号-1"
78
78
} ,
79
79
"editor" : {
80
80
"expand" : " 展开" ,
Original file line number Diff line number Diff line change 31
31
</ div >
32
32
</ div >
33
33
</ div >
34
- < div class ="icl-copyright " data-i18n ="footer.copyright "> 版权所有 © 2000-2021 北京超图软件股份有限公司 蜀ICP备16000471号-1
34
+ < div class ="icl-copyright " data-i18n ="footer.copyright "> 版权所有 © 2000-2022 北京超图软件股份有限公司 蜀ICP备16000471号-1
35
35
</ div >
You can’t perform that action at this time.
0 commit comments