From eb45f0fd41a9298eb20ef0e1323132bbd9e00576 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B0=8F=E8=82=A5=E7=BE=8A?= <1048382248@qq.com>
Date: Fri, 10 Jan 2025 18:25:28 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=20=E4=BB=BB=E5=8A=A1?=
=?UTF-8?q?=E9=A2=84=E8=A7=88=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
VideoAnalysis/Components/App.razor | 2 +-
.../Components/Pages/Dto/TaskShowRoute.cs | 15 ++
.../Components/Pages/VideoTaskShow.razor | 128 ++++++++----------
.../Components/Pages/VideoTaskShow.razor.cs | 28 +++-
.../Components/Pages/VideoTaskShow.razor.css | 20 ++-
VideoAnalysis/Program.cs | 1 +
.../AICore/GPT/ChatGPT/Chat_GPT.cs | 6 +-
.../AICore/GPT/Dto/QuestionRes.cs | 24 +++-
VideoAnalysisCore/Common/AppCommon.cs | 3 +-
VideoAnalysisCore/Common/RedisExpand.cs | 2 +-
10 files changed, 139 insertions(+), 90 deletions(-)
create mode 100644 VideoAnalysis/Components/Pages/Dto/TaskShowRoute.cs
diff --git a/VideoAnalysis/Components/App.razor b/VideoAnalysis/Components/App.razor
index afc1961..78db69e 100644
--- a/VideoAnalysis/Components/App.razor
+++ b/VideoAnalysis/Components/App.razor
@@ -18,7 +18,7 @@
-
+ @* *@