mirror of
				https://gitee.com/SuperManito/LinuxMirrors
				synced 2025-11-04 16:30: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()
 | 
						|
})
 |