Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hoochanlon committed Sep 27, 2023
1 parent 27c819c commit 4940690
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,6 @@ module.exports = {
// https://vuepress.github.io/zh/plugins 插件下载
['@vuepress/plugin-back-to-top'],//安装不了插件,建议非全局安装vue
['@vuepress/google-analytics',{'ga': 'UA-157837686-3' // UA-00000000-0}],
['vuepress-plugin-search-pro', {
searchMaxSuggestions: 10,
searchResultLength: 60,
searchOptions: {
boost: 1,
excerptWords: 20
},
locales: {
'/': {
placeholder: '搜索',
noData: '找不到结果',
searchResults: '搜索结果'
},
'/zh/': {
placeholder: '搜索',
noData: '找不到结果',
searchResults: '搜索结果'
}
}
}]
// ['copyright', {
// noSelect: false,
// authorName:{
Expand Down

0 comments on commit 4940690

Please sign in to comment.