diff --git a/packages/frontend/src/components/AddProxyForm.vue b/packages/frontend/src/components/AddProxyForm.vue index 555b080..1e590c1 100644 --- a/packages/frontend/src/components/AddProxyForm.vue +++ b/packages/frontend/src/components/AddProxyForm.vue @@ -3,8 +3,8 @@ import { ref, reactive, watch, computed, onMounted } from 'vue'; // 添加 onMou import { storeToRefs } from 'pinia'; import { useI18n } from 'vue-i18n'; import { useProxiesStore, ProxyInfo } from '../stores/proxies.store'; -import { useTagsStore } from '../stores/tags.store'; // 引入标签 Store -import TagInput from './TagInput.vue'; // 导入新的 TagInput 组件 +import { useTagsStore } from '../stores/tags.store'; +import TagInput from './TagInput.vue'; // 定义组件发出的事件 const emit = defineEmits(['close', 'proxy-added', 'proxy-updated']); diff --git a/packages/frontend/src/components/CommandInputBar.vue b/packages/frontend/src/components/CommandInputBar.vue index 720aca9..f944e26 100644 --- a/packages/frontend/src/components/CommandInputBar.vue +++ b/packages/frontend/src/components/CommandInputBar.vue @@ -1,23 +1,18 @@ @@ -194,28 +179,16 @@ const handleChildRemove = (payload: { parentNodeId: string | undefined; nodeInde