mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2026-05-07 11:35:26 +08:00
7 lines
199 B
JavaScript
7 lines
199 B
JavaScript
// 使用 mkdocs-material 与第三方 JavaScript 库集成的方法
|
|
document$.subscribe(function () {
|
|
ComponentSystem.reinitializeAll()
|
|
// Algolia 搜索
|
|
loadAlgoliaSearchComponent()
|
|
})
|