mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-30 04:53:57 +08:00
update:优化插件显示
This commit is contained in:
@@ -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') {
|
||||||
|
|||||||
Reference in New Issue
Block a user