File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
< title > 自定义打包</ title >
5
5
< link rel ="shortcut icon " type ="image/x-icon " href ="../web/img/favicon.ico "/>
6
6
< meta charset ="UTF-8 ">
7
- < link href ="https://cdnjs.cloudflare.com/ajax/libs/twitter- bootstrap/ 3.3.7/css/bootstrap.min.css " rel ="stylesheet ">
7
+ < link href ="https://cdn.jsdelivr.net/npm/ bootstrap@ 3.3.7/dist /css/bootstrap.min.css " rel ="stylesheet ">
8
8
< style type ="text/css ">
9
9
body {
10
10
font : 12 px/1.4 Verdana, sans-serif;
@@ -197,8 +197,8 @@ <h1>自定义打包</h1>
197
197
< input type ="text " class ="form-control " id ="command2 "/>
198
198
</ section >
199
199
</ div >
200
- < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/ jquery/ 3.1.1/jquery.min.js "> </ script >
201
- < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/twitter- bootstrap/ 3.3.7/js/bootstrap.min.js "> </ script >
200
+ < script type ="text/javascript " src ="https://cdn.jsdelivr.net/npm/ jquery@ 3.1.1/dist /jquery.min.js "> </ script >
201
+ < script type ="text/javascript " src ="https://cdn.jsdelivr.net/npm/ bootstrap@ 3.3.7/dist /js/bootstrap.min.js "> </ script >
202
202
< script type ="text/javascript " src ="deps.js "> </ script >
203
203
< script type ="text/javascript " src ="build.js "> </ script >
204
204
</ body >
Original file line number Diff line number Diff line change 159
159
inputScript ( 'https://iclient.supermap.io/web/libs/mapbox-print-pdf/0.4.4/mapbox-print-pdf.min.js' ) ;
160
160
}
161
161
if ( inArray ( includes , 'moment' ) ) {
162
- inputScript ( 'https://cdnjs.cloudflare.com/ajax/libs/ moment.js/ 2.29.1/moment.min.js' ) ;
162
+ inputScript ( 'https://cdn.jsdelivr.net/npm/ moment@ 2.29.1/moment.min.js' ) ;
163
163
}
164
164
if ( inArray ( includes , 'lodash' ) ) {
165
165
inputScript ( 'https://cdn.jsdelivr.net/npm/lodash@4.17.20/lodash.min.js' ) ;
You can’t perform that action at this time.
0 commit comments