diff --git a/web/src/components/playground/ChatArea.js b/web/src/components/playground/ChatArea.js index 6b42040d..e4d73297 100644 --- a/web/src/components/playground/ChatArea.js +++ b/web/src/components/playground/ChatArea.js @@ -39,7 +39,7 @@ const ChatArea = ({ return ( {/* 聊天头部 */} {styleState.isMobile ? ( diff --git a/web/src/components/playground/CustomRequestEditor.js b/web/src/components/playground/CustomRequestEditor.js index 504ba261..9b11b4f4 100644 --- a/web/src/components/playground/CustomRequestEditor.js +++ b/web/src/components/playground/CustomRequestEditor.js @@ -1,12 +1,10 @@ import React, { useState, useEffect } from 'react'; import { - Card, TextArea, Typography, Button, Switch, Banner, - Tag, } from '@douyinfe/semi-ui'; import { Code, @@ -104,11 +102,6 @@ const CustomRequestEditor = ({ 自定义请求体模式 - {customRequestMode && ( - - 已启用 - - )}