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:插件'
|
|
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
|
|
363
|
+
categoryArr.push('tag:插件', 'tag:工程化')
|
|
364
364
|
categoryArr = [categoryArr];
|
|
365
365
|
}
|
|
366
366
|
return searchClient(
|