From 21a8e98f1736c6b20bdf0c6368951636eac919d3 Mon Sep 17 00:00:00 2001 From: JavaZero <71128095+JavaZeroo@users.noreply.github.com> Date: Wed, 23 Jul 2025 11:36:49 +0800 Subject: [PATCH] feat(ui): add entry and header animations --- src/App.jsx | 4 ++-- src/index.css | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index d105d5e..6e9e216 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -187,7 +187,7 @@ function App() { }, [handleGlobalDragEnter, handleGlobalDragOver, handleGlobalDragLeave, handleGlobalDrop]); return ( -
+
{/* 全页面拖拽覆盖层 */} {globalDragOver && (
-

+

Log Analyzer