mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-03 16:00:26 +08:00
7 lines
195 B
JavaScript
7 lines
195 B
JavaScript
// 使用 mkdocs-material 与第三方 JavaScript 库集成的方法
|
|
document$.subscribe(function () {
|
|
ComponentSystem.reinitializeAll()
|
|
// Orama AI Search
|
|
loadOramaWebComponent()
|
|
})
|