feat: 易校园-用水自动点击开始 (#1392)

This commit is contained in:
天方夜谭
2025-11-04 18:28:21 +08:00
committed by GitHub
parent 7c4705d43e
commit f5df6ffef7

View File

@@ -19,5 +19,18 @@ export default defineGkdApp({
},
],
},
{
key: 2,
name: '功能类-用水自动点击开始',
rules: [
{
fastQuery: true,
activityIds: 'com.yunma.baseextend.ui.WebActivity',
matches:
'@TextView[text="开始"][childCount=0] < View[childCount=1] <<n WebView[text="立即用水"] <<2 [vid="web_parent_layout_id"]',
snapshotUrls: 'https://i.gkd.li/i/23327551',
},
],
},
],
});