feat:替换 Dify 为自建 RAG去实现

1、修复了若干无权限时的失败提示语
2、新增了一个生成后续建议问题的功能
3、重构了知识问答部分的权限管理模块
4、修复了若干渲染不恰当的样式渲染
This commit is contained in:
PingChuan
2026-04-10 16:20:32 +08:00
parent f525707358
commit 5bee9288b9
31 changed files with 407 additions and 304 deletions
@@ -855,11 +855,11 @@
display: flex;
flex-direction: column;
gap: 12px;
/* 关键修复:添加高度约束和内部滚动 */
height: 100%;
flex: 1;
min-height: 0;
overflow-y: auto;
overflow-x: hidden;
padding-bottom: 24px;
}
.segment-item {