From 4f7f47aba3e97779eef4778950d9737bbb7bf74c Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Wed, 22 Nov 2023 15:36:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=20uni-app=20x=20?= =?UTF-8?q?=E5=8D=95=E7=8B=AC=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config/searchPage.js | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/config/searchPage.js b/docs/.vuepress/config/searchPage.js index 165443c8b..c79aad2cc 100644 --- a/docs/.vuepress/config/searchPage.js +++ b/docs/.vuepress/config/searchPage.js @@ -4,6 +4,10 @@ export default { text: 'uni-app', type: 'algolia', }, + { + text: 'uni-app x', + type: 'algolia', + }, { text: 'uniCloud', type: 'algolia', diff --git a/package.json b/package.json index 17ecc6193..7ab69b87f 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "markdown-it-attrs": "^4.1.6", "markdown-it-raw-table": "^1.0.0", "markdown-it-task-lists": "^2.1.1", - "vuepress-theme-uni-app-test": "^1.3.17" + "vuepress-theme-uni-app-test": "^1.3.18" }, "dependencies": { "@docsearch/js": "^3.1.0", -- GitLab