From 0d000223a2845120f0284811647a7e4911f0555a Mon Sep 17 00:00:00 2001 From: fleyx Date: Sun, 13 Aug 2023 15:18:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=94=AF=E6=8C=81=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E5=BC=95=E6=93=8E=E8=87=AA=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++ bookmark_front/src/components/main/Search.vue | 80 ++++++++++--------- bookmark_front/src/store/index.js | 69 ++++++++-------- .../src/store/modules/globalConfig.js | 1 + 4 files changed, 90 insertions(+), 70 deletions(-) diff --git a/README.md b/README.md index a57ef9e..99c8e43 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,16 @@ 帮助文档:[点击跳转](https://blog.fleyx.com/blog/detail/20220329/) +# 更新日志 + +## 2023-08-13 + +![pic](https://s3.fleyx.com/picbed/2023/08/Snipaste_2023-08-13_15-01-20.png) + +搜索引擎支持自定义[#43](https://github.com/FleyX/bookmark/issues/43) + +位置:右上角个人中心-管理搜索引擎 + # TODO - [x] 主页功能 diff --git a/bookmark_front/src/components/main/Search.vue b/bookmark_front/src/components/main/Search.vue index bee7a7b..775d8c2 100644 --- a/bookmark_front/src/components/main/Search.vue +++ b/bookmark_front/src/components/main/Search.vue @@ -1,16 +1,16 @@