vuepress-theme-uniapp-official 1.4.34 → 1.4.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -361,11 +361,6 @@
|
|
|
361
361
|
let categoryArr = [`category:${this.currentCategory.text}`];
|
|
362
362
|
categoryArr.push(...extraFacetFilters)
|
|
363
363
|
categoryArr = [categoryArr];
|
|
364
|
-
if (this.currentCategory.text === 'uni-app x') {
|
|
365
|
-
// category:uni-app OR tag:UTS OR tag:插件
|
|
366
|
-
categoryArr.push('tag:插件', 'tag:工程化')
|
|
367
|
-
categoryArr = [categoryArr];
|
|
368
|
-
}
|
|
369
364
|
return searchClient(
|
|
370
365
|
Object.assign({}, this.options, {
|
|
371
366
|
query: `'${this.searchValue}'`,
|