From 4591a3e1cc8894a015e94591a348c3fabb938d4e Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Thu, 24 Oct 2024 00:50:23 +0800 Subject: [PATCH] chore: update docs config --- docs/.vuepress/plume.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/plume.config.ts b/docs/.vuepress/plume.config.ts index ddf92da7..067a6dca 100644 --- a/docs/.vuepress/plume.config.ts +++ b/docs/.vuepress/plume.config.ts @@ -46,7 +46,7 @@ export default defineThemeConfig({ bulletin: { layout: 'top-right', - lifetime: 'session', + lifetime: 'always', // title: '🎉 公告 🎉', contentFile: path.join(__dirname, 'bulletin.md'), enablePage: page => page.path === '/guide/features/bulletin/',