From 16cdc8a3b5debe52b5fd84ace92dfb337309c82a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8B=AE=E5=AD=90=E8=80=97=E8=80=97?= <3116737282@qq.com> Date: Sun, 14 Apr 2024 11:27:17 +0800 Subject: [PATCH] Update theme.ts --- src/.vuepress/theme.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/.vuepress/theme.ts b/src/.vuepress/theme.ts index 8ff6387..fb00eb3 100644 --- a/src/.vuepress/theme.ts +++ b/src/.vuepress/theme.ts @@ -81,4 +81,7 @@ export default hopeTheme({ vuePlayground: false, }, }, -}); + pageInfo: [ + "Author","Date","ReadingTime","Word" + ] +}); \ No newline at end of file