mirror of
https://github.com/SuperManito/LinuxMirrors.git
synced 2026-02-27 09:44:37 +08:00
5 lines
144 B
JavaScript
5 lines
144 B
JavaScript
// 使用 mkdocs-material 与第三方 JavaScript 库集成的方法
|
|
document$.subscribe(function () {
|
|
ComponentSystem.reinitializeAll()
|
|
})
|