diff --git a/layout/includes/third-party/math/mathjax.pug b/layout/includes/third-party/math/mathjax.pug index e1734b7..229d472 100644 --- a/layout/includes/third-party/math/mathjax.pug +++ b/layout/includes/third-party/math/mathjax.pug @@ -43,5 +43,5 @@ script. } else { MathJax.startup.document.state(0) MathJax.texReset() - MathJax.typesetPromise() + MathJax.typeset() } \ No newline at end of file diff --git a/package.json b/package.json index dac96ec..f35e719 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-butterfly", - "version": "4.7.0-b1", + "version": "4.7.0", "description": "A Simple and Card UI Design theme for Hexo", "main": "package.json", "scripts": { diff --git a/plugins.yml b/plugins.yml index 6a65d03..70d5687 100644 --- a/plugins.yml +++ b/plugins.yml @@ -5,7 +5,7 @@ algolia_search_v4: instantsearch_v4: name: instantsearch.js file: dist/instantsearch.production.min.js - version: 4.49.4 + version: 4.51.0 pjax: name: pjax file: pjax.min.js @@ -37,7 +37,7 @@ disqusjs_css: twikoo: name: twikoo file: dist/twikoo.all.min.js - version: 1.6.8 + version: 1.6.10 waline_js: name: '@waline/client' file: dist/waline.js @@ -73,7 +73,7 @@ katex_copytex: mermaid: name: mermaid file: dist/mermaid.min.js - version: 9.3.0 + version: 9.4.0 canvas_ribbon: name: butterfly-extsrc file: dist/canvas-ribbon.min.js @@ -144,7 +144,7 @@ fontawesomeV6: name: '@fortawesome/fontawesome-free' file: css/all.min.css other_name: font-awesome - version: 6.2.1 + version: 6.3.0 flickr_justified_gallery_js: name: flickr-justified-gallery file: dist/fjGallery.min.js @@ -202,9 +202,9 @@ docsearch_js: name: '@docsearch/js' other_name: docsearch-js file: dist/umd/index.js - version: 3.3.2 + version: 3.3.3 docsearch_css: name: '@docsearch/css' other_name: docsearch-css file: dist/style.css - version: 3.3.2 + version: 3.3.3