diff --git a/src/agent/explorer.py b/src/agent/explorer.py index 1d4290e..126027f 100644 --- a/src/agent/explorer.py +++ b/src/agent/explorer.py @@ -196,6 +196,10 @@ class FeatureExplorer: 'tr[data-row-key]', // 表格可点击行 '.ant-table-row', // Ant Design 表格行 '.list-item, .list-group-item', // 列表项 + // Vben Admin / Naive UI tabs + '.tabs-chrome__item', // Vben tabs (右侧标签页) + '.vben-tabs-content > div', // Vben tabs 容器 + '.n-tabs-tab', // Naive UI tabs ]; for (const selector of selectors) {