diff --git a/AntSK.Domain/AntSK.Domain.xml b/AntSK.Domain/AntSK.Domain.xml
index 570b66f..cd78c78 100644
--- a/AntSK.Domain/AntSK.Domain.xml
+++ b/AntSK.Domain/AntSK.Domain.xml
@@ -92,11 +92,6 @@
描述
-
-
- 开场白
-
-
提示词
diff --git a/AntSK.Domain/Repositories/AI/App/Apps.cs b/AntSK.Domain/Repositories/AI/App/Apps.cs
index bfdfa2c..622460b 100644
--- a/AntSK.Domain/Repositories/AI/App/Apps.cs
+++ b/AntSK.Domain/Repositories/AI/App/Apps.cs
@@ -31,10 +31,6 @@ namespace AntSK.Domain.Repositories
[Required]
public string Type { get; set; }
- ///
- /// 开场白
- ///
- public string? Prologue { get; set; }
///
/// 提示词
///
diff --git a/AntSK/Pages/AppPage/AddApp.razor b/AntSK/Pages/AppPage/AddApp.razor
index 88e5df7..255aff1 100644
--- a/AntSK/Pages/AppPage/AddApp.razor
+++ b/AntSK/Pages/AppPage/AddApp.razor
@@ -26,9 +26,6 @@
-
-
-
@if (@context.Type == "chat")
{
diff --git a/images/应用.png b/images/应用.png
new file mode 100644
index 0000000..6d68392
Binary files /dev/null and b/images/应用.png differ
diff --git a/images/应用配置.png b/images/应用配置.png
new file mode 100644
index 0000000..b13d357
Binary files /dev/null and b/images/应用配置.png differ
diff --git a/images/文档切片.png b/images/文档切片.png
new file mode 100644
index 0000000..1b324a7
Binary files /dev/null and b/images/文档切片.png differ
diff --git a/images/知识库.png b/images/知识库.png
new file mode 100644
index 0000000..25eca86
Binary files /dev/null and b/images/知识库.png differ
diff --git a/images/知识库详情.png b/images/知识库详情.png
new file mode 100644
index 0000000..a3dc301
Binary files /dev/null and b/images/知识库详情.png differ
diff --git a/images/问答.png b/images/问答.png
new file mode 100644
index 0000000..49e6f08
Binary files /dev/null and b/images/问答.png differ