Skip to content

Commit 176ad2d

Browse files
committed
3
1 parent 0718190 commit 176ad2d

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

.vitepress/config.mts

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,22 @@ export default defineConfig({
5252
text: "在 GitHub 上查看源代码"
5353
},
5454

55+
lastUpdated: {
56+
text: "最后更新于",
57+
formatOptions: {
58+
dateStyle: "full", // 可选值full、long、medium、short
59+
timeStyle: "full" // 可选值full、long、medium、short
60+
},
61+
},
62+
5563
footer: {
5664
message: `Copyright © 114514 BC - ${new Date().getFullYear()} vectorlex \<vectorlex@outlook.com\>`,
5765
copyright: "本作品为自由作品。你可以依据由 Sam Hocevar 发布的《Do What The Fuck You Want To Public License》的第二版之条款对该作品进行再发布或修改。更多细节详见 <a href=\"https://www.wtfpl.net/\">WTFPL官方网站</a> 。"
58-
}
66+
},
67+
68+
docFooter: {
69+
prev: "上一页",
70+
next: "下一页",
71+
},
5972
}
6073
})

0 commit comments

Comments
 (0)