push doc
This commit is contained in:
69
docs/.vuepress/.temp/pages/intro/settings.html.js
Normal file
69
docs/.vuepress/.temp/pages/intro/settings.html.js
Normal file
@@ -0,0 +1,69 @@
|
||||
export const data = {
|
||||
"key": "v-3444b09a",
|
||||
"path": "/intro/settings.html",
|
||||
"title": "项目配置",
|
||||
"lang": "zh-CN",
|
||||
"frontmatter": {},
|
||||
"excerpt": "",
|
||||
"headers": [
|
||||
{
|
||||
"level": 2,
|
||||
"title": "路径别名",
|
||||
"slug": "路径别名",
|
||||
"children": [
|
||||
{
|
||||
"level": 3,
|
||||
"title": "概述",
|
||||
"slug": "概述",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"title": "配置",
|
||||
"slug": "配置",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"title": "代理服务器",
|
||||
"slug": "代理服务器",
|
||||
"children": [
|
||||
{
|
||||
"level": 3,
|
||||
"title": "概述",
|
||||
"slug": "概述-1",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"title": "原理图",
|
||||
"slug": "原理图",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"title": "配置",
|
||||
"slug": "配置-1",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"git": {},
|
||||
"filePathRelative": "intro/settings.md"
|
||||
}
|
||||
|
||||
if (import.meta.webpackHot) {
|
||||
import.meta.webpackHot.accept()
|
||||
if (__VUE_HMR_RUNTIME__.updatePageData) {
|
||||
__VUE_HMR_RUNTIME__.updatePageData(data)
|
||||
}
|
||||
}
|
||||
|
||||
if (import.meta.hot) {
|
||||
import.meta.hot.accept(({ data }) => {
|
||||
__VUE_HMR_RUNTIME__.updatePageData(data)
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user