From b40a1a9416173fff870fd34db89ca279a6ac7cea Mon Sep 17 00:00:00 2001
From: DCloud_LXH <283700113@qq.com>
Date: Fri, 18 Mar 2022 09:43:41 +0800
Subject: [PATCH] wip: search page
---
docs/.vuepress/config.js | 2 +-
.../components/DcloudSearchPage/components/Result.vue | 2 +-
.../DcloudSearchPage/components/Results.vue | 2 +-
.../theme/components/DcloudSearchPage/index.vue | 11 +++++++----
docs/.vuepress/theme/components/Footer.vue | 2 +-
5 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 9426930f3..6dc619b61 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -36,7 +36,7 @@ const config = {
apiKey: '2fdcc4e76c8e260671ad70065e60b2e7',
indexName: 'zh-uniapp',
appId: 'PQIR5NL8CZ',
- searchParameters: { hitsPerPage: 40 }
+ searchParameters: { hitsPerPage: 50 }
}
},
markdown: {
diff --git a/docs/.vuepress/theme/components/DcloudSearchPage/components/Result.vue b/docs/.vuepress/theme/components/DcloudSearchPage/components/Result.vue
index ed9ab0971..45b4d1e4f 100644
--- a/docs/.vuepress/theme/components/DcloudSearchPage/components/Result.vue
+++ b/docs/.vuepress/theme/components/DcloudSearchPage/components/Result.vue
@@ -75,7 +75,7 @@
},
};
-
diff --git a/docs/.vuepress/theme/components/Footer.vue b/docs/.vuepress/theme/components/Footer.vue
index cf7e55ef9..b4a8fd796 100644
--- a/docs/.vuepress/theme/components/Footer.vue
+++ b/docs/.vuepress/theme/components/Footer.vue
@@ -312,6 +312,6 @@
};
-
--
GitLab