1.添加移动端用户的检测工具类,移动端用户只能访问对话页面。

2.评查点列表添加文档属性类型字段。
3.优化dify的对话侧边栏的显示效果。
4.评查点规则添加使用文档属性类型的输入框。添加多实体开关的操作开关。
This commit is contained in:
2025-12-30 18:35:48 +08:00
parent d2aba899cc
commit 66d2f7cef4
18 changed files with 552 additions and 56 deletions
+3 -2
View File
@@ -82,10 +82,11 @@ export const SourcesPanel = React.memo(({ resources }: { resources: RetrieverRes
</div>
</div>
}
placement="topLeft"
autoAdjustOverflow={false}
placement="top"
autoAdjustOverflow={true}
color="rgba(0, 104, 74, 0.92)"
classNames={{ root: 'source-tooltip-overlay' }}
overlayStyle={{ maxWidth: 'calc(100vw - 32px)' }}
>
<div className="source-item">
<span className="source-item-number">{resource.position}</span>