mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 02:46:52 +08:00
Feat/chat custom disclaimer (#4306)
This commit is contained in:
@@ -929,6 +929,7 @@ const Main: FC<IMainProps> = ({
|
||||
image_file_size_limit: fileUploadConfigResponse ? fileUploadConfigResponse.image_file_size_limit : visionConfig.image_file_size_limit,
|
||||
}}
|
||||
allToolIcons={appMeta?.tool_icons || {}}
|
||||
customDisclaimer={siteInfo.custom_disclaimer}
|
||||
/>
|
||||
</div>
|
||||
</div>)
|
||||
|
||||
@@ -800,6 +800,7 @@ const Main: FC<IMainProps> = ({
|
||||
answerIcon={<LogoAvatar className='relative shrink-0' />}
|
||||
visionConfig={visionConfig}
|
||||
allToolIcons={appMeta?.tool_icons || {}}
|
||||
customDisclaimer={siteInfo.custom_disclaimer}
|
||||
/>
|
||||
</div>
|
||||
</div>)
|
||||
|
||||
Reference in New Issue
Block a user