Skip to content

Commit

Permalink
refactor: 向页脚添加两处链接
Browse files Browse the repository at this point in the history
  • Loading branch information
Zh40Le1ZOOB committed Jan 28, 2024
1 parent efdc4b6 commit 52ead25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ export default defineConfig({
outline: false,
socialLinks: [{ icon: "github", link: "https://github.com/proskynova" }],
footer: {
message: "基于 CC BY-NC-SA 4.0 许可发布",
copyright: "版权所有 © 2023 Zh40Le1ZOOB",
message: "基于 <a href=\"https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh-hans\">CC BY-NC-SA 4.0</a> 许可发布",
copyright: "版权所有 © 2023 <a href=\"https://github.com/Zh40Le1ZOOB\">Zh40Le1ZOOB</a>",
},
editLink: {
pattern:
Expand Down

0 comments on commit 52ead25

Please sign in to comment.