2022-03-13 20:11:34 +08:00

102 lines
2.0 KiB
JavaScript

export const data = {
"key": "v-d0736a32",
"path": "/usage/",
"title": "部署和使用",
"lang": "en-US",
"frontmatter": {
"sidebar": "auto"
},
"excerpt": "",
"headers": [
{
"level": 2,
"title": "部署",
"slug": "部署",
"children": [
{
"level": 3,
"title": "作为 Bot 使用",
"slug": "作为-bot-使用",
"children": []
},
{
"level": 3,
"title": "作为插件使用",
"slug": "作为插件使用",
"children": []
},
{
"level": 3,
"title": "自动安装",
"slug": "自动安装",
"children": []
}
]
},
{
"level": 2,
"title": "配置",
"slug": "配置",
"children": []
},
{
"level": 2,
"title": "使用",
"slug": "使用",
"children": [
{
"level": 3,
"title": "命令",
"slug": "命令",
"children": []
},
{
"level": 3,
"title": "所支持平台的 uid",
"slug": "所支持平台的-uid",
"children": []
}
]
}
],
"git": {
"updatedTime": 1646929699000,
"contributors": [
{
"name": "felinae98",
"email": "731499577@qq.com",
"commits": 12
},
{
"name": "Azide",
"email": "rukuy@qq.com",
"commits": 2
},
{
"name": "pre-commit-ci[bot]",
"email": "66853113+pre-commit-ci[bot]@users.noreply.github.com",
"commits": 2
},
{
"name": "hemengyang",
"email": "hmy0119@gmail.com",
"commits": 1
}
]
},
"filePathRelative": "usage/README.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)
})
}