Explorar el Código

refactor(playground): 隐藏对话页面的分组选择框

Co-Authored-By: Claude <noreply@anthropic.com>
master
fengsilin hace 2 semanas
padre
commit
17a0c2c26a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      web/src/components/playground/SettingsPanel.jsx

+ 2
- 1
web/src/components/playground/SettingsPanel.jsx Ver fichero

@@ -114,7 +114,7 @@ const SettingsPanel = ({
defaultPayload={previewPayload}
/>

{/* 分组选择 */}
{/* 分组选择 - 已隐藏
<div className={customRequestMode ? 'opacity-50' : ''}>
<div className='flex items-center gap-2 mb-2'>
<Users size={16} className='text-gray-500' />
@@ -145,6 +145,7 @@ const SettingsPanel = ({
disabled={customRequestMode}
/>
</div>
*/}

{/* 模型选择 */}
<div className={customRequestMode ? 'opacity-50' : ''}>


Cargando…
Cancelar
Guardar