From e4a74a5f8cfd51aad538ce9d062e29e48e9b945c Mon Sep 17 00:00:00 2001 From: Kven <2955163637@qq.com> Date: Sat, 17 May 2025 17:34:27 +0800 Subject: [PATCH] =?UTF-8?q?refactor(@vben/web-antd):=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E7=88=AC=E8=99=AB=E9=A1=B5=E9=9D=A2=E7=BB=84=E4=BB=B6=E5=92=8C?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了不必要的导入和未使用的代码 - 优化了爬虫列表和工作视图的结构- 添加了项目信息表单模态框 - 调整了布局和样式,提高了页面的可读性和可用性 --- apps/web-antd/src/views/spider/index.vue | 10 +- .../common-ui/src/ui/ppt/ppt-work-view.vue | 46 +--- .../effects/common-ui/src/ui/ppt/typing.ts | 1 + .../src/ui/spider/spider-list-view.vue | 3 + .../src/ui/spider/spider-work-view.vue | 10 +- .../effects/common-ui/src/ui/spider/typing.ts | 1 + .../common-ui/src/ui/word/word-work-view.vue | 226 ++++++------------ 7 files changed, 83 insertions(+), 214 deletions(-) diff --git a/apps/web-antd/src/views/spider/index.vue b/apps/web-antd/src/views/spider/index.vue index a567ae3..b104120 100644 --- a/apps/web-antd/src/views/spider/index.vue +++ b/apps/web-antd/src/views/spider/index.vue @@ -1,6 +1,4 @@