mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-02 00:56:10 +08:00
66 lines
1.3 KiB
JavaScript
66 lines
1.3 KiB
JavaScript
export const data = {
|
|
"key": "v-7445cd33",
|
|
"path": "/dev/",
|
|
"title": "开发指南",
|
|
"lang": "en-US",
|
|
"frontmatter": {
|
|
"sidebar": "auto"
|
|
},
|
|
"excerpt": "",
|
|
"headers": [
|
|
{
|
|
"level": 2,
|
|
"title": "基本概念",
|
|
"slug": "基本概念",
|
|
"children": []
|
|
},
|
|
{
|
|
"level": 2,
|
|
"title": "快速上手",
|
|
"slug": "快速上手",
|
|
"children": []
|
|
},
|
|
{
|
|
"level": 2,
|
|
"title": "类的方法与成员变量",
|
|
"slug": "类的方法与成员变量",
|
|
"children": []
|
|
},
|
|
{
|
|
"level": 2,
|
|
"title": "方法与变量的定义",
|
|
"slug": "方法与变量的定义",
|
|
"children": []
|
|
}
|
|
],
|
|
"git": {
|
|
"updatedTime": 1645018969000,
|
|
"contributors": [
|
|
{
|
|
"name": "felinae98",
|
|
"email": "731499577@qq.com",
|
|
"commits": 4
|
|
},
|
|
{
|
|
"name": "hemengyang",
|
|
"email": "hmy0119@gmail.com",
|
|
"commits": 1
|
|
}
|
|
]
|
|
},
|
|
"filePathRelative": "dev/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)
|
|
})
|
|
}
|