王浩 5da984b9df
All checks were successful
Checking-doc / check-file-changes (pull_request) Successful in 9s
Checking-doc / build-and-deploy (pull_request) Successful in 2m4s
页脚添加更改日志显示
2025-04-27 10:23:59 +08:00

67 lines
1.1 KiB
TypeScript

import { hopeTheme } from "vuepress-theme-hope";
import navbar from "./navbar.js";
import sidebar from "./sidebar.js";
export default hopeTheme({
hostname: "https://sp.jjnwxs.cn",
author: {
name: "荆棘鸟文学社",
url: "https://gitee.com/jjnwxs_official/jingji_spbook_vue",
},
logo: "/logo.png",
logoDark: '/logo-dark.png',
repoDisplay: false,
docsDir: "src",
// Print button
print: false,
// navbar
navbar,
// sidebar
sidebar,
footer: "高三特刊",
displayFooter: true,
pageInfo: ["Category", "Tag"],
plugins: {
icon: { assets: "fontawesome" },
git: {
contributors: false,
changelog: {
maxCount: 5,
repoUrl: "https://gitea.lionhao.top/jjnwxs/jingji_spbook",
}
}
},
markdown: {
include: true,
vPre: true,
figure: true,
imgLazyload: true,
imgSize: true,
math: {
type: "mathjax"
},
codeTabs: false,
tabs: true,
align: false,
attrs: false,
mark: true,
sub: true,
sup: true,
chartjs: false,
demo: false,
echarts: false,
flowchart: false,
mermaid: false,
vuePlayground: false,
},
});