File tree Expand file tree Collapse file tree
infrastructure/config/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 }
6565 }
6666
67+ // Model list owns its own provider-group cards; drop the section body chrome.
68+ & __models-section {
69+ > .bitfun-config-page-section__body {
70+ border : 0 ;
71+ border-radius : 0 ;
72+ background : transparent ;
73+ }
74+ }
75+
6776 & __collection {
6877 display : flex ;
6978 flex-direction : column ;
Original file line number Diff line number Diff line change @@ -2670,6 +2670,7 @@ const AIModelConfig: React.FC = () => {
26702670 </ ConfigPageSection >
26712671
26722672 < ConfigPageSection
2673+ className = "bitfun-ai-model-config__models-section"
26732674 title = { tDefault ( 'tabs.models' ) }
26742675 description = { t ( 'subtitle' ) }
26752676 extra = { (
Original file line number Diff line number Diff line change 1212 "title" : " Subagent 模型" ,
1313 "default" : {
1414 "label" : " Subagent 默认模型" ,
15- "description" : " 未单独指定时, Subagent 使用的默认模型 " ,
15+ "description" : " Subagent 未单独配置模型时,统一使用此模型 " ,
1616 "configureTooltip" : " 设置 Subagent 的默认模型。前往“定制 > 专业智能体”可为每个 Subagent 单独配置模型" ,
1717 "updateFailed" : " 更新 Subagent 默认模型失败"
1818 },
Original file line number Diff line number Diff line change 1212 "title" : " Subagent 模型" ,
1313 "default" : {
1414 "label" : " Subagent 預設模型" ,
15- "description" : " 未單獨指定時, Subagent 使用的預設模型 " ,
15+ "description" : " Subagent 未單獨設定模型時,統一使用此模型 " ,
1616 "configureTooltip" : " 設定 Subagent 的預設模型。前往「定製 > 專業智能體」可為每個 Subagent 個別設定模型" ,
1717 "updateFailed" : " 更新 Subagent 預設模型失敗"
1818 },
You can’t perform that action at this time.
0 commit comments