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-handbook.git
The following commit(s) were added to refs/heads/master by this push:
new 9bd900a change jQuery CDN for zh page
new aa6a188 Merge branch 'master' of
https://github.com/apache/echarts-handbook
9bd900a is described below
commit 9bd900a1a1a179860adb41c0d5b384edcc6f2c72
Author: plainheart <[email protected]>
AuthorDate: Tue Jun 25 11:10:40 2024 +0800
change jQuery CDN for zh page
---
layouts/default.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/default.vue b/layouts/default.vue
index efe8283..ddcff86 100644
--- a/layouts/default.vue
+++ b/layouts/default.vue
@@ -63,7 +63,7 @@ export default {
script: [
{
src: isCN
- ? 'https://cdn.staticfile.net/jquery/3.7.1/jquery.min.js'
+ ?
'https://registry.npmmirror.com/jquery/3.7.1/files/dist/jquery.min.js'
: 'https://fastly.jsdelivr.net/npm/[email protected]/dist/jquery.min.js'
},
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]