feat: 删除无用数据与冗余逻辑以提升性能

This commit is contained in:
2025-07-13 16:55:39 +08:00
parent e38770a496
commit 78737f6839
4 changed files with 221 additions and 204 deletions

View File

@@ -98,7 +98,6 @@ const props = defineProps<{
const propertySectionExpanded = ref(false); // 基本属性区域默认展开
const pinsSectionExpanded = ref(false); // 引脚配置区域默认折叠
const componentCapsExpanded = ref(true); // 组件功能区域默认展开
const wireSectionExpanded = ref(false); // 连线管理区域默认折叠
const componentCaps = useTemplateRef("ComponentCapabilities");