mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-02 00:56:10 +08:00
22 lines
452 B
JavaScript
22 lines
452 B
JavaScript
export const siteData = {
|
|
"base": "/",
|
|
"lang": "en-US",
|
|
"title": "Nonebot Bison",
|
|
"description": "Docs for Nonebot Bison",
|
|
"head": [],
|
|
"locales": {}
|
|
}
|
|
|
|
if (import.meta.webpackHot) {
|
|
import.meta.webpackHot.accept()
|
|
if (__VUE_HMR_RUNTIME__.updateSiteData) {
|
|
__VUE_HMR_RUNTIME__.updateSiteData(siteData)
|
|
}
|
|
}
|
|
|
|
if (import.meta.hot) {
|
|
import.meta.hot.accept(({ siteData }) => {
|
|
__VUE_HMR_RUNTIME__.updateSiteData(siteData)
|
|
})
|
|
}
|