Skip to content

Commit f4bd5a7

Browse files
committed
【version】10.2.1
1 parent b13df94 commit f4bd5a7

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

build/webpack.config.base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module.exports = {
7070
bannerInfo: function (libName) {
7171
return `
7272
${libName}.(${pkg.homepage})
73-
Copyright© 2000 - 2021 SuperMap Software Co.Ltd
73+
Copyright© 2000 - 2022 SuperMap Software Co.Ltd
7474
license: ${pkg.license}
7575
version: v${pkg.version}
7676
`;

dist/leaflet/include-leaflet.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,11 @@
142142
inputCSS('../../dist/leaflet/iclient-leaflet.min.css');
143143
}
144144
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');
146146
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');
148148
} 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');
150150
}
151151
}
152152
if (inArray(includes, 'ant-design-vue')) {

examples/js/include-web.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,6 @@
186186
load();
187187
window.isLocal = false;
188188
window.server = document.location.toString().match(/file:\/\//) ? "http://localhost:8090" : document.location.protocol + "//" + document.location.host;
189-
window.version = "10.2.0";
189+
window.version = "10.2.1";
190190
window.preRelease = "";
191191
})();

examples/locales/en-US/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ window.examplesResources = {
133133
"join": "Join us: SuperMap Web Client Team",
134134
"join_tips1": "(Please send email to: ",
135135
"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"
137137
},
138138
"editor": {
139139
"expand": " Expand",

examples/locales/zh-CN/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ window.examplesResources = {
7474
"join": "加入我们: 超图Web客户端团队 ",
7575
"join_tips1": "(请发邮件至: ",
7676
"join_tips2": ",附上您的简历哦)",
77-
"copyright": "版权所有 © 2000-2021 北京超图软件股份有限公司 蜀ICP备16000471号-1"
77+
"copyright": "版权所有 © 2000-2022 北京超图软件股份有限公司 蜀ICP备16000471号-1"
7878
},
7979
"editor": {
8080
"expand": " 展开",

examples/template/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
</div>
3232
</div>
3333
</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
3535
</div>

0 commit comments

Comments
 (0)