Skip to content

Commit 06e799c

Browse files
committed
修复无法构建
1 parent dc37112 commit 06e799c

File tree

1 file changed

+0
-49
lines changed

1 file changed

+0
-49
lines changed

docs/.vuepress/config.ts

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { defaultTheme } from '@vuepress/theme-default'
22
import { defineUserConfig } from 'vuepress'
33
import { viteBundler } from '@vuepress/bundler-vite'
44
import { sitemapPlugin } from '@vuepress/plugin-sitemap'
5-
import { docsearchPlugin } from '@vuepress/plugin-docsearch'
65
export default defineUserConfig({
76

87
lang: 'zh-CN',
@@ -59,54 +58,6 @@ export default defineUserConfig({
5958
sitemapPlugin({
6059
hostname: 'https://docs.monday-ovo.top',
6160
}),
62-
docsearchPlugin({
63-
appId: 'VXFWRUIH25',
64-
apiKey: '328e575a3431fb48ea09026db382e3ee',
65-
indexName: 'monday-ovo-eu',
66-
locales: {
67-
'/': {
68-
placeholder: '搜索文档',
69-
translations: {
70-
button: {
71-
buttonText: '搜索文档',
72-
buttonAriaLabel: '搜索文档',
73-
},
74-
modal: {
75-
searchBox: {
76-
resetButtonTitle: '清除查询条件',
77-
resetButtonAriaLabel: '清除查询条件',
78-
cancelButtonText: '取消',
79-
cancelButtonAriaLabel: '取消',
80-
},
81-
startScreen: {
82-
recentSearchesTitle: '搜索历史',
83-
noRecentSearchesText: '没有搜索历史',
84-
saveRecentSearchButtonTitle: '保存至搜索历史',
85-
removeRecentSearchButtonTitle: '从搜索历史中移除',
86-
favoriteSearchesTitle: '收藏',
87-
removeFavoriteSearchButtonTitle: '从收藏中移除',
88-
},
89-
errorScreen: {
90-
titleText: '无法获取结果',
91-
helpText: '你可能需要检查你的网络连接',
92-
},
93-
footer: {
94-
selectText: '选择',
95-
navigateText: '切换',
96-
closeText: '关闭',
97-
searchByText: '搜索提供者',
98-
},
99-
noResultsScreen: {
100-
noResultsText: '无法找到相关结果',
101-
suggestedQueryText: '你可以尝试查询',
102-
reportMissingResultsText: '你认为该查询应该有结果?',
103-
reportMissingResultsLinkText: '点击反馈',
104-
},
105-
},
106-
},
107-
},
108-
},
109-
}),
11061
],
11162
bundler: viteBundler(),
11263
})

0 commit comments

Comments
 (0)