update:优化插件显示

This commit is contained in:
hrz
2025-05-12 18:28:52 +08:00
parent 62b7cc5509
commit 4ef755e10b
+4 -2
View File
@@ -340,8 +340,10 @@ export default {
return this.functionColorMap[hash % 7]; return this.functionColorMap[hash % 7];
}, },
showFunctionIcons(type) { showFunctionIcons(type) {
return type === 'Intent' && // TODO 暂时不放出来
this.form.model.intentModelId !== 'Intent_nointent'; return false;
// return type === 'Intent' &&
// this.form.model.intentModelId !== 'Intent_nointent';
}, },
handleModelChange(type, value) { handleModelChange(type, value) {
if (type === 'Intent' && value !== 'Intent_nointent') { if (type === 'Intent' && value !== 'Intent_nointent') {