From 3b12e463fdfc8a333a3634fe8c184643631e6141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=82=A5=E7=BE=8A?= <1048382248@qq.com> Date: Wed, 4 Dec 2024 09:57:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E8=AF=BE=E5=A0=82?= =?UTF-8?q?=E6=8C=87=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Components/Layouts/BasicLayout.razor | 2 +- .../Components/Pages/EvaluationProject.razor | 127 ++++++++++-------- .../Pages/EvaluationProject.razor.cs | 90 ++++++++++++- .../Pages/EvaluationProject.razor.css | 6 + .../Components/Pages/VideoTaskPage.razor | 1 + .../Components/Pages/VideoTaskPage.razor.cs | 1 - VideoAnalysis/Components/_Imports.razor | 1 - VideoAnalysis/Controllers/ApiController.cs | 22 +++ VideoAnalysis/Controllers/Dto/ApiDto.cs | 10 +- VideoAnalysis/GlobalUsings.cs | 7 +- VideoAnalysis/Learn.VideoAnalysis.csproj | 4 - .../AICore/ChatGPT/Dto/QuestionRes.cs | 10 +- .../AICore/ChatGPT/KIMI/KIMI_GPT.cs | 30 +++-- .../AICore/ChatGPT/KIMI/MoonshotClient.cs | 19 ++- VideoAnalysisCore/Common/AppCommon.cs | 2 +- VideoAnalysisCore/Enum/QuestionTypeEnum.cs | 8 +- VideoAnalysisCore/Enum/TaskTypeEnum.cs | 21 +++ .../Model/CourseGradingCriteria.cs | 42 +++--- VideoAnalysisCore/Model/Dto/VideoTaskDto.cs | 6 + VideoAnalysisCore/Model/VideoTask.cs | 12 ++ VideoAnalysisCore/VideoAnalysisCore.csproj | 3 +- 21 files changed, 313 insertions(+), 111 deletions(-) create mode 100644 VideoAnalysisCore/Enum/TaskTypeEnum.cs diff --git a/VideoAnalysis/Components/Layouts/BasicLayout.razor b/VideoAnalysis/Components/Layouts/BasicLayout.razor index 6480dbf..19d247a 100644 --- a/VideoAnalysis/Components/Layouts/BasicLayout.razor +++ b/VideoAnalysis/Components/Layouts/BasicLayout.razor @@ -25,7 +25,7 @@ - + diff --git a/VideoAnalysis/Components/Pages/EvaluationProject.razor b/VideoAnalysis/Components/Pages/EvaluationProject.razor index 136336f..7dc918c 100644 --- a/VideoAnalysis/Components/Pages/EvaluationProject.razor +++ b/VideoAnalysis/Components/Pages/EvaluationProject.razor @@ -4,74 +4,85 @@ @using System.ComponentModel.DataAnnotations @using SqlSugar @using VideoAnalysisCore.Model +@using UserCenter.Model.Enum - +
- - @* *@ + - - 修改 - - - + + + +
-@inject ModalService ModalService +@{ + RenderFragment modelfooter = @; +} + + +
+ + + +
+ + +
+
+
+ + + + + + + + + + + + +