✨ feat(设备模块): 追加设备模块相关说明文档
设备模块包含:设备模型管理 设备损耗品管理 设备点检 设备维修管理 设备保养 设备状态管理
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
import DefaultTheme from 'vitepress/theme'
|
||||
import './style/print.css'
|
||||
import mermaid from 'mermaid'
|
||||
|
||||
export default {
|
||||
...DefaultTheme,
|
||||
}
|
||||
enhanceApp() {
|
||||
if (typeof window !== 'undefined') {
|
||||
mermaid.initialize({ startOnLoad: true })
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user