From 1e20e93ea384b994de2767f3ce03e333eac47dd0 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Wed, 14 Jan 2026 11:51:24 +0800
Subject: [PATCH] fix(video): 修复视频播放器MIME类型设置问题

---
 src/main/resources/templates/febs/views/modules/ai/workflow/add.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/ai/workflow/add.html b/src/main/resources/templates/febs/views/modules/ai/workflow/add.html
index 8a5a4d8..5c49d88 100644
--- a/src/main/resources/templates/febs/views/modules/ai/workflow/add.html
+++ b/src/main/resources/templates/febs/views/modules/ai/workflow/add.html
@@ -28,6 +28,7 @@
                                                     <option value="4">知识点引用</option>
                                                     <option value="6">生成报告</option>
                                                     <option value="7">生成题目</option>
+                                                    <option value="8">上下文生成</option>
                                                 </select>
                                             </div>
                                         </div>

--
Gitblit v1.9.1