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 35fc1ed commit e1b19ccCopy full SHA for e1b19cc
src/.vuepress/theme.ts
@@ -139,6 +139,7 @@ export default hopeTheme({
139
// categoryId: "DIC_kwDOOJTEmc4CoNmU" // 替换下
140
// },
141
142
+
143
// docsearch 搜索插件选项
144
docsearch: {
145
// 必填
@@ -168,10 +169,21 @@ export default hopeTheme({
168
169
// ]
170
171
172
+ // 订阅
173
+ // feed: {
174
+ // atom: true,
175
+ // json: true,
176
+ // rss: true,
177
+ // },
178
179
// 开启复制自动附加版权
180
copyright: {
181
author: "JavasHub",
- license: "Apache-License 2.0"
182
+ license: "Apache-License 2.0",
183
+ triggerLength: 100,
184
+ maxLength: 700,
185
+ canonical: "http://javashub.cn/",
186
+ global: true,
187
},
188
189
components: {
0 commit comments