Skip to content

Commit 79672e3

Browse files
committed
chore(theme): 小学一年级识字页增加未完公告
1 parent 520fb07 commit 79672e3

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/.vuepress/theme.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,26 @@ export const themeOptions: ThemeOptions = {
8686
excerpt: true,
8787
},
8888

89+
notice: [
90+
{
91+
// showOnce: true,
92+
path: '/posts/edu/xiaoxue-yuwen-1-xia',
93+
title: '完善中',
94+
content: '本页尚未完成,如要补充请留下您的评论,或通过邮件联系我。',
95+
actions: [
96+
{
97+
text: '关闭',
98+
type: 'default',
99+
},
100+
{
101+
text: '如何补充?',
102+
type: 'primary',
103+
link: '/posts/edu/learn-hanzi.html#%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95',
104+
},
105+
],
106+
},
107+
],
108+
89109
// 组件插件
90110
components: {
91111
rootComponents: {

0 commit comments

Comments
 (0)