From 9400cf9c27b80a10b25697bdf975d33fb85b5a85 Mon Sep 17 00:00:00 2001 From: renjianbo <18691577328@163.com> Date: Fri, 1 May 2026 22:51:21 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E5=B8=82=E5=9C=BA=20UI=20=E2=80=94=20=E5=8D=A1?= =?UTF-8?q?=E7=89=87=E8=A7=86=E5=9B=BE=E3=80=81=E7=BB=9F=E8=AE=A1=E6=A6=82?= =?UTF-8?q?=E8=A7=88=E3=80=81=E5=88=86=E6=AD=A5=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增卡片/表格视图切换 - 顶部统计概览(全部/内置/代码/HTTP 工具数量) - 创建/编辑表单改为三步引导(基本信息 → 实现配置 → 参数定义) - 改进测试结果面板(深色 JSON 展示、状态码、耗时显示) - 统一的视觉风格,更好的交互反馈 Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/views/Tools.vue | 964 +++++++++++++++++++++++++---------- 1 file changed, 708 insertions(+), 256 deletions(-) diff --git a/frontend/src/views/Tools.vue b/frontend/src/views/Tools.vue index 4b1fc6b..4a3c2c3 100644 --- a/frontend/src/views/Tools.vue +++ b/frontend/src/views/Tools.vue @@ -1,214 +1,373 @@