Merge pull request #592 from SuanmoSuanyangTechnology/feature/app_features_zy

fix(web): audio recorder add max size check
This commit is contained in:
yingzhao
2026-03-17 18:43:02 +08:00
committed by GitHub
3 changed files with 19 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
* @Author: ZhaoYing
* @Date: 2026-02-03 16:58:03
* @Last Modified by: ZhaoYing
* @Last Modified time: 2026-03-17 15:39:17
* @Last Modified time: 2026-03-17 18:30:58
*/
/**
* Conversation Page
@@ -369,7 +369,7 @@ const Conversation: FC = () => {
}}
extra={
<>
{features.web_search?.enabled &&
{features?.web_search?.enabled &&
<ButtonCheckbox
icon={OnlineIcon}
checkedIcon={OnlineCheckedIcon}