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}'`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vuepress-theme-uniapp-official",
3
- "version": "1.4.34",
3
+ "version": "1.4.35",
4
4
  "description": "uni-app official website theme for vuepress",
5
5
  "main": "index.js",
6
6
  "repository": {