push doc
This commit is contained in:
55
docs/.vuepress/.temp/pages/index.html.js
Normal file
55
docs/.vuepress/.temp/pages/index.html.js
Normal file
@@ -0,0 +1,55 @@
|
||||
export const data = {
|
||||
"key": "v-8daa1a0e",
|
||||
"path": "/",
|
||||
"title": "首页",
|
||||
"lang": "zh-CN",
|
||||
"frontmatter": {
|
||||
"home": true,
|
||||
"title": "首页",
|
||||
"heroImage": "/imgs/logo.svg",
|
||||
"actions": [
|
||||
{
|
||||
"text": "课程介绍",
|
||||
"link": "/intro/",
|
||||
"type": "secondary"
|
||||
},
|
||||
{
|
||||
"text": "基础 →",
|
||||
"link": "/base/",
|
||||
"type": "primary"
|
||||
}
|
||||
],
|
||||
"features": [
|
||||
{
|
||||
"title": "💡 最新最热的技术",
|
||||
"details": "使用最新 Webpack5 技术"
|
||||
},
|
||||
{
|
||||
"title": "🛠️ 最细致讲解",
|
||||
"details": "从基础配置,到高级优化,到项目配置,最后到原理分析"
|
||||
},
|
||||
{
|
||||
"title": "📦 最全面的案例",
|
||||
"details": "不同角度实现loader、plugin"
|
||||
}
|
||||
],
|
||||
"footer": "MIT Licensed | Copyright © 2022-present 尚硅谷"
|
||||
},
|
||||
"excerpt": "",
|
||||
"headers": [],
|
||||
"git": {},
|
||||
"filePathRelative": "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)
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user