Skip to content

Commit 89e2e42

Browse files
committed
91
1 parent 176ad2d commit 89e2e42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vitepress/config.mts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ export default defineConfig({
5555
lastUpdated: {
5656
text: "最后更新于",
5757
formatOptions: {
58-
dateStyle: "full", // 可选值full、long、medium、short
59-
timeStyle: "full" // 可选值full、long、medium、short
58+
dateStyle: "short", // 可选值full、long、medium、short
59+
timeStyle: "medium" // 可选值full、long、medium、short
6060
},
6161
},
6262

6363
footer: {
64-
message: `Copyright © 114514 BC - ${new Date().getFullYear()} vectorlex \<vectorlex@outlook.com\>`,
64+
message: `Copyright © 2026-${new Date().getFullYear()} vectorlex \<vectorlex@outlook.com\>`,
6565
copyright: "本作品为自由作品。你可以依据由 Sam Hocevar 发布的《Do What The Fuck You Want To Public License》的第二版之条款对该作品进行再发布或修改。更多细节详见 <a href=\"https://www.wtfpl.net/\">WTFPL官方网站</a> 。"
6666
},
6767

0 commit comments

Comments
 (0)