From a1c8d3059c612429e6abcaf8ef14ebb01b010a31 Mon Sep 17 00:00:00 2001 From: 2977094657 <2977094657@qq.com> Date: Sat, 25 Apr 2026 23:24:52 +0800 Subject: [PATCH] =?UTF-8?q?improvement(entry-ui):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A3=80=E6=B5=8B=E4=B8=8E=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 重构首页布局,突出检测、导入、导出归档和聊天回看等常用入口 - 优化检测结果页的信息层级、加载态、手动路径选择和微信安装目录设置区域 - 优化导入页面布局,补充目录选择说明、导入流程提示、导入进度和完成态展示 - 统一入口页面的卡片、按钮、背景和响应式样式,提升操作引导清晰度 --- frontend/pages/detection-result.vue | 460 ++++++++++++++-------------- frontend/pages/import.vue | 343 ++++++++++++--------- frontend/pages/index.vue | 236 ++++++++------ 3 files changed, 565 insertions(+), 474 deletions(-) diff --git a/frontend/pages/detection-result.vue b/frontend/pages/detection-result.vue index 9649dee..d21a6bc 100644 --- a/frontend/pages/detection-result.vue +++ b/frontend/pages/detection-result.vue @@ -1,297 +1,289 @@