From 7c65f448694141794be33310f9a569fa51660431 Mon Sep 17 00:00:00 2001 From: zyxucp <286513187@qq.com> Date: Tue, 6 Feb 2024 16:59:00 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E5=8F=96=E6=B6=88=E5=BC=80=E5=9C=BA?= =?UTF-8?q?=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AntSK.Domain/AntSK.Domain.xml | 5 ----- AntSK.Domain/Repositories/AI/App/Apps.cs | 4 ---- AntSK/Pages/AppPage/AddApp.razor | 3 --- images/应用.png | Bin 0 -> 40047 bytes images/应用配置.png | Bin 0 -> 42339 bytes images/文档切片.png | Bin 0 -> 206881 bytes images/知识库.png | Bin 0 -> 41275 bytes images/知识库详情.png | Bin 0 -> 49663 bytes images/问答.png | Bin 0 -> 177954 bytes 9 files changed, 12 deletions(-) create mode 100644 images/应用.png create mode 100644 images/应用配置.png create mode 100644 images/文档切片.png create mode 100644 images/知识库.png create mode 100644 images/知识库详情.png create mode 100644 images/问答.png 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 @@ - -