Compare commits

..

2 Commits

Author SHA1 Message Date
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
ff8ba6bbc7 页面信息仅显示分类、标签 2025-04-27 10:23:27 +08:00

View File

@@ -28,11 +28,16 @@ export default hopeTheme({
footer: "高三特刊", footer: "高三特刊",
displayFooter: true, displayFooter: true,
pageInfo: ["Category", "Tag"],
plugins: { plugins: {
icon: { assets: "fontawesome" }, icon: { assets: "fontawesome" },
git: { git: {
contributors: false contributors: false,
changelog: {
maxCount: 5,
repoUrl: "https://gitea.lionhao.top/jjnwxs/jingji_spbook",
}
} }
}, },
markdown: { markdown: {