Files
2024-10-16 17:02:47 +08:00

50 lines
1.0 KiB
JavaScript

export const data = {
"key": "v-85d4d936",
"path": "/base/font.html",
"title": "处理字体图标资源",
"lang": "zh-CN",
"frontmatter": {},
"excerpt": "",
"headers": [
{
"level": 2,
"title": "1. 下载字体图标文件",
"slug": "_1-下载字体图标文件",
"children": []
},
{
"level": 2,
"title": "2. 添加字体图标资源",
"slug": "_2-添加字体图标资源",
"children": []
},
{
"level": 2,
"title": "3. 配置",
"slug": "_3-配置",
"children": []
},
{
"level": 2,
"title": "4. 运行指令",
"slug": "_4-运行指令",
"children": []
}
],
"git": {},
"filePathRelative": "base/font.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)
})
}