From b4c0da390d2dd29a6a9e061aa50987f807e86a39 Mon Sep 17 00:00:00 2001 From: Masterain Date: Thu, 19 Oct 2023 03:48:51 -0700 Subject: [PATCH] Update theme.ts --- docs/.vuepress/theme.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/.vuepress/theme.ts b/docs/.vuepress/theme.ts index 190858511..4408614cc 100644 --- a/docs/.vuepress/theme.ts +++ b/docs/.vuepress/theme.ts @@ -80,6 +80,17 @@ export default hopeTheme({ components: { components: ["Badge", "BiliBili"], + rootComponents: { + notice: [ + { + path: "/zh/", + title: "加入我们", + content: "如果你有软件开发网页前端文档管理视频创作的经验,并希望将其施展于胡桃工具箱项目中,欢迎加入开发团队", + fullscreen: false, + showOnce: false + }, + ], + }, }, feed: {