diff --git a/VideoAnalysis/Components/Resources/I18n.cs b/VideoAnalysis/Components/Resources/I18n.cs
index b0fb331..bc4604e 100644
--- a/VideoAnalysis/Components/Resources/I18n.cs
+++ b/VideoAnalysis/Components/Resources/I18n.cs
@@ -1,4 +1,4 @@
-namespace VideoAnalysisRazor.Resources;
+namespace Learn.VideoAnalysis.Components.Resources;
internal class I18n
diff --git a/VideoAnalysis/Controllers/Dto/ApiDto.cs b/VideoAnalysis/Controllers/Dto/ApiDto.cs
index 512610d..2a6139a 100644
--- a/VideoAnalysis/Controllers/Dto/ApiDto.cs
+++ b/VideoAnalysis/Controllers/Dto/ApiDto.cs
@@ -21,6 +21,10 @@ namespace Learn.VideoAnalysis.Controllers.Dto
/// 任务类型
///
public TaskTypeEnum? Type { get; set; }
+ ///
+ /// 学科类型
+ ///
+ public SubjectEnum? Subject { get; set; }
}
///
diff --git a/VideoAnalysis/Controllers/LJZK_Controller.cs b/VideoAnalysis/Controllers/LJZK_Controller.cs
index 5efa27e..8ced3cc 100644
--- a/VideoAnalysis/Controllers/LJZK_Controller.cs
+++ b/VideoAnalysis/Controllers/LJZK_Controller.cs
@@ -64,6 +64,17 @@ namespace Learn.VideoAnalysis.Controllers
return Ok(Enum.GetValues(type).Cast