|
|
@@ -68,6 +68,14 @@ export default defineConfig({
|
|
|
lang: 'zh',
|
|
|
label: 'zh',
|
|
|
outlineTitle: '大纲',
|
|
|
+ searchNoResultsText: '未搜索到相关结果',
|
|
|
+ searchPlaceholderText: '搜索文档',
|
|
|
+ searchSuggestedQueryText: '可更换不同的关键字后重试',
|
|
|
+ overview: {
|
|
|
+ filterNameText: '过滤',
|
|
|
+ filterPlaceholderText: '输入关键词',
|
|
|
+ filterNoResultText: '未找到匹配的 API',
|
|
|
+ },
|
|
|
},
|
|
|
],
|
|
|
socialLinks: [
|