From 2bdd77380cf8e31f69324757b388d7c63566b390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=82=A5=E7=BE=8A?= <1048382248@qq.com> Date: Thu, 29 May 2025 17:42:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E5=A4=8D=E4=B9=A0?= =?UTF-8?q?=E8=AF=BE=E5=88=87=E9=A2=98=E6=B5=81=E7=A8=8B/=E9=A2=84?= =?UTF-8?q?=E8=A7=88UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Components/Pages/VideoTaskShow.razor | 36 +++- .../Components/Pages/VideoTaskShow.razor.cs | 25 ++- .../Components/Pages/VideoTaskShow.razor.css | 38 +++- VideoAnalysis/appsettings.json | 2 +- .../AICore/GPT/DeepSeek/DeepSeek_GPT.cs | 176 +++++++++--------- .../AICore/GPT/Dto/QuestionRes.cs | 3 + .../Common/Expand/AliyunOSSExpand.cs | 5 +- .../Model/Dto/VideoQuestionOSSDto.cs | 4 + VideoAnalysisCore/Model/VideoQuestion.cs | 2 +- VideoAnalysisCore/Model/VideoQuestionKonw.cs | 5 + 10 files changed, 198 insertions(+), 98 deletions(-) diff --git a/VideoAnalysis/Components/Pages/VideoTaskShow.razor b/VideoAnalysis/Components/Pages/VideoTaskShow.razor index dadb6aa..c0f2c25 100644 --- a/VideoAnalysis/Components/Pages/VideoTaskShow.razor +++ b/VideoAnalysis/Components/Pages/VideoTaskShow.razor @@ -11,9 +11,31 @@ @for (int i = 0; i < videoKnows.Length; i++) { var item = videoKnows[i]; - +
+ +
+
@getF(item) @item.Theme
+ #@item.KnowPointId @item.KnowPoint +
概览: @item.Content
+
+ @foreach (var q in item.QuestionArr) + { +

问题:

+
@q.Question
+ +
+
+ } +
+
+ +
+ + +
} } @@ -28,9 +50,15 @@ "> - +