添加2022级特刊空模板
This commit is contained in:
@@ -12,12 +12,6 @@ export default hopeTheme({
|
||||
|
||||
logo: "/logo.png",
|
||||
logoDark: '/logo-dark.png',
|
||||
|
||||
// Github
|
||||
repo: "szhhwh/jingji_spbook_vue",
|
||||
lastUpdated: false,
|
||||
contributors: false,
|
||||
editLink: false,
|
||||
repoDisplay: false,
|
||||
|
||||
docsDir: "src",
|
||||
@@ -41,7 +35,8 @@ export default hopeTheme({
|
||||
},
|
||||
|
||||
plugins: {
|
||||
icon: {assets: "fontawesome"}
|
||||
icon: { assets: "fontawesome" },
|
||||
|
||||
},
|
||||
markdown: {
|
||||
include: true,
|
||||
@@ -49,7 +44,9 @@ export default hopeTheme({
|
||||
figure: true,
|
||||
imgLazyload: true,
|
||||
imgSize: true,
|
||||
math: true,
|
||||
math: {
|
||||
type: "mathjax"
|
||||
},
|
||||
codeTabs: false,
|
||||
tabs: true,
|
||||
align: false,
|
||||
@@ -63,5 +60,5 @@ export default hopeTheme({
|
||||
flowchart: false,
|
||||
mermaid: false,
|
||||
vuePlayground: false,
|
||||
}
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user