We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520fb07 commit 79672e3Copy full SHA for 79672e3
docs/.vuepress/theme.ts
@@ -86,6 +86,26 @@ export const themeOptions: ThemeOptions = {
86
excerpt: true,
87
},
88
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
+
109
// 组件插件
110
components: {
111
rootComponents: {
0 commit comments