添加2022级特刊空模板

This commit is contained in:
jjnwxs
2025-04-25 21:46:39 +08:00
parent 4621c487c1
commit df472d0674
24 changed files with 159 additions and 10 deletions

View File

@@ -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,
}
},
});