From 0a5e24cc9dd660e6c57d7121a161c1a75ced944b Mon Sep 17 00:00:00 2001 From: empty Date: Sun, 28 Dec 2025 21:28:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20Vben=20tabs-chrome?= =?UTF-8?q?=20=E9=80=89=E6=8B=A9=E5=99=A8=E6=94=AF=E6=8C=81=E5=8F=B3?= =?UTF-8?q?=E4=BE=A7=E6=A0=87=E7=AD=BE=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增选择器: - .tabs-chrome__item (Vben Admin 标签页) - .vben-tabs-content > div - .n-tabs-tab (Naive UI) 效果: 发现 19 → 20 个元素,含 '分析概览' Tab 标签 --- src/agent/explorer.py | 4 ++++ 1 file changed, 4 insertions(+) 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) {