Skip to content

Commit e94aebf

Browse files
committed
优化三方库link review by songym
1 parent dd1618d commit e94aebf

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

dist/leaflet/include-leaflet.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
inputScript("http://mapv.baidu.com/build/mapv.min.js");
5757
}
5858
if (inArray(includes, 'turf')) {
59-
inputScript("https://cdn.bootcss.com/Turf.js/5.1.6/turf.js");
59+
inputScript("https://cdn.bootcss.com/Turf.js/5.1.6/turf.min.js");
6060
}
6161
if (inArray(includes, 'echarts')) {
6262
inputScript("https://cdn.bootcss.com/echarts/4.1.0/echarts.min.js");
@@ -74,7 +74,7 @@
7474
inputScript("http://cdn.bootcss.com/elasticsearch/15.0.0/elasticsearch.min.js");
7575
}
7676
if (inArray(includes, 'deck')) {
77-
inputScript("http://iclient.supermap.io/web/libs/deck.gl/5.1.3/deck.gl.js");
77+
inputScript("http://iclient.supermap.io/web/libs/deck.gl/5.1.3/deck.gl.min.js");
7878
}
7979
if (inArray(includes, 'xlsx')) {
8080
inputScript("https://cdn.bootcss.com/xlsx/0.12.13/xlsx.core.min.js");

dist/mapboxgl/include-mapboxgl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
inputScript("https://cdn.bootcss.com/three.js/92/three.min.js");
7373
}
7474
if (inArray(includes, 'deck')) {
75-
inputScript("http://iclient.supermap.io/web/libs/deck.gl/5.1.3/deck.gl.js");
75+
inputScript("http://iclient.supermap.io/web/libs/deck.gl/5.1.3/deck.gl.min.js");
7676
}
7777
if (!inArray(excludes, 'iclient9-mapboxgl')) {
7878
if (supportES6()) {

dist/openlayers/include-openlayers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
}
6565

6666
if (inArray(includes, 'deck')) {
67-
inputScript("http://iclient.supermap.io/web/libs/deck.gl/5.1.3/deck.gl.js");
67+
inputScript("http://iclient.supermap.io/web/libs/deck.gl/5.1.3/deck.gl.min.js");
6868
}
6969
if (!inArray(excludes, 'iclient9-openlayers')) {
7070
if (supportES6()) {

examples/js/include-web.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
if (!inArray(excludes, 'example-i18n')) {
4242
inputScript("https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js");
4343

44-
inputScript("https://cdn.bootcss.com/i18next/10.0.7/i18next.js");
45-
inputScript("https://cdn.bootcss.com/jquery-i18next/1.2.1/jquery-i18next.js");
44+
inputScript("https://cdn.bootcss.com/i18next/10.0.7/i18next.min.js");
45+
inputScript("https://cdn.bootcss.com/jquery-i18next/1.2.1/jquery-i18next.min.js");
4646

4747
inputScript("../js/utils.js");
4848
inputScript("../js/localization.js");

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@
124124
"proj4": "2.3.15",
125125
"promise-polyfill": "6.0.2",
126126
"three": "0.92.0",
127-
"xlsx": "^0.13.3"
127+
"xlsx": "^0.12.13"
128128
}
129129
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy