This is an automated email from the ASF dual-hosted git repository.
wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-www.git
The following commit(s) were added to refs/heads/master by this push:
new 654c7e94 change jQuery CDN
654c7e94 is described below
commit 654c7e942222ae8311bc02ba39fd138fe5d81182
Author: plainheart <[email protected]>
AuthorDate: Tue Jun 25 11:13:14 2024 +0800
change jQuery CDN
---
config/common.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/common.js b/config/common.js
index 44836016..33601e77 100644
--- a/config/common.js
+++ b/config/common.js
@@ -23,7 +23,7 @@ module.exports = {
},
cdnThirdPartyCN: {
- jquery: 'https://cdn.staticfile.net/jquery/3.7.1/jquery.min.js',
+ jquery:
'https://registry.npmmirror.com/jquery/3.7.1/files/dist/jquery.min.js',
bootstrapCSS:
'https://lib.baomitu.com/twitter-bootstrap/3.3.7/css/bootstrap.min.css',
bootstrapJS:
'https://lib.baomitu.com/twitter-bootstrap/3.3.7/js/bootstrap.min.js',
lodash: 'https://lib.baomitu.com/lodash.js/3.10.1/lodash.min.js',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]