Skip to content

Commit

Permalink
Update CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
jackchen0120 authored Mar 9, 2022
1 parent 5aae911 commit 204af0d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
<script src="//cdn.bootcdn.net/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//cdn.bootcdn.net/ajax/libs/echarts/4.7.0/echarts.min.js"></script>
<script src="//www.echartsjs.com/zh/dist/echarts-gl.min.js"></script>
<script src="//www.echartsjs.com/resource/echarts-liquidfill-latest/dist/echarts-liquidfill.min.js"></script>
<script src="//cdn.bootcdn.net/ajax/libs/axios/0.19.0/axios.min.js"></script>
<script src="//cdn.staticfile.org/jquery/1.10.2/jquery.min.js"></script>
<script src="//cdn.staticfile.org/echarts/4.7.0/echarts.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/echarts-gl/dist/echarts-gl.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/echarts-liquidfill@3.1.0/dist/echarts-liquidfill.min.js"></script>
<script src="//cdn.staticfile.org/axios/0.19.0/axios.min.js"></script>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
Expand Down

0 comments on commit 204af0d

Please sign in to comment.