vuepress-theme-uniapp-official 1.4.29 → 1.4.30

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.
@@ -355,12 +355,12 @@
355
355
  let categoryArr = [`category:${this.currentCategory.text}`];
356
356
  if (this.currentCategory.text === 'uni-app') {
357
357
  // category:uni-app OR tag:UTS OR tag:插件
358
- categoryArr.push('tag:UTS', 'tag:插件', 'tag:全局文件')
358
+ categoryArr.push('tag:UTS', 'tag:插件')
359
359
  categoryArr = [categoryArr];
360
360
  }
361
361
  if (this.currentCategory.text === 'uni-app x') {
362
362
  // category:uni-app OR tag:UTS OR tag:插件
363
- categoryArr.push('tag:插件', 'tag:教程', 'tag:工程化', 'tag:全局文件')
363
+ categoryArr.push('tag:插件', 'tag:工程化')
364
364
  categoryArr = [categoryArr];
365
365
  }
366
366
  return searchClient(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vuepress-theme-uniapp-official",
3
- "version": "1.4.29",
3
+ "version": "1.4.30",
4
4
  "description": "uni-app official website theme for vuepress",
5
5
  "main": "index.js",
6
6
  "repository": {