refactor: 优化设置面板和模型提示文案
- 移除设置面板中的规则配置标签页 - 更新模型选择器提示文案为"FPGA专属微调模型"
This commit is contained in:
@ -18,7 +18,7 @@ export function getModelSelectorContent(
|
||||
<img src="${maxIcon || ""}" class="model-icon" alt="Max" style="display: ${maxIcon ? "block" : "none"};">
|
||||
<span class="model-label">Max</span>
|
||||
</div>
|
||||
<span class="tooltiptext">IC Coder自研顶尖微调模型</span>
|
||||
<span class="tooltiptext">IC Coder自研FPGA专属微调模型</span>
|
||||
</div>
|
||||
`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user