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