Merge branch 'main' into feat/new-theme-gitbook

This commit is contained in:
tangly1024
2023-06-23 10:50:25 +08:00

View File

@@ -30,11 +30,9 @@ const PrismMac = () => {
window.Prism.plugins.autoloader.languages_path = BLOG.PRISM_JS_PATH
}
renderPrismMac()
renderMermaid()
})
}
setTimeout(() => {
renderMermaid()
}, 500)
}, [])
return <></>
}