mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-06-06 05:11:45 +08:00
fix: 修復網站壓縮後,mermaid 會無法生成顯示的Bugs
feat: Valine 增加 option 設置
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ script.
|
||||
}
|
||||
}
|
||||
|
||||
var script = document.createElement('script')
|
||||
const script = document.createElement('script')
|
||||
script.src = '!{theme.CDN.mathjax}'
|
||||
script.id = 'MathJax-script'
|
||||
script.async = true
|
||||
|
||||
Reference in New Issue
Block a user