From 05c283ee4932379f40df67c86b261a56a30d7456 Mon Sep 17 00:00:00 2001 From: plightfield <1207120484@qq.com> Date: Wed, 11 Sep 2024 18:12:13 +0800 Subject: [PATCH] =?UTF-8?q?antd=20=E4=B8=BB=E9=A2=98=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E5=88=86=E5=88=AB=E6=8F=90=E4=BE=9B=E4=B8=BB=E9=A2=98=E5=8F=98?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/header/search/SearchPage.tsx | 92 +++++++++++--------- src/utils/ImageUploader.tsx | 110 ++++++++++++------------ 2 files changed, 106 insertions(+), 96 deletions(-) diff --git a/src/layout/header/search/SearchPage.tsx b/src/layout/header/search/SearchPage.tsx index 693fa9d..4ee594e 100644 --- a/src/layout/header/search/SearchPage.tsx +++ b/src/layout/header/search/SearchPage.tsx @@ -1,5 +1,5 @@ import { defineComponent, ref } from 'vue' -import { Button, Checkbox, Divider, message, Modal } from 'ant-design-vue' +import { Button, Checkbox, ConfigProvider, Divider, message, Modal, theme } from 'ant-design-vue' import useSearchConfigStore from './useSearchConfigStore' import { EditOutlined, DeleteOutlined, PlusOutlined } from '@ant-design/icons-vue' import asyncLoader from '@/utils/asyncLoader' @@ -118,58 +118,66 @@ export default defineComponent(() => { class="w-full h-full bg-white/80 backdrop-blur p-4 flex flex-col select-text" onContextmenu={(e) => e.stopPropagation()} > -

管理搜索引擎

-
- 默认 - 自定义 -
-