diff --git a/src/apps/com.baidu.duer.superapp.ts b/src/apps/com.baidu.duer.superapp.ts index 2127d5a3..7698ede6 100644 --- a/src/apps/com.baidu.duer.superapp.ts +++ b/src/apps/com.baidu.duer.superapp.ts @@ -10,9 +10,25 @@ export default defineAppConfig({ matchTime: 10000, actionMaximum: 1, resetMatch: 'app', - rules: - 'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView', - snapshotUrls: 'https://i.gkd.li/import/14204175', + rules: [ + { + key: 0, + quickFind: true, + matches: '[text*="跳过"][text.length<10][clickable=true]', + exampleUrls: + 'https://m.gkd.li/57941037/017edf59-e705-4f92-9726-af7fec5aaf41', + snapshotUrls: 'https://i.gkd.li/i/14368528', + }, + { + key: 1, + actionCdKey: 0, + matches: + 'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView', + exampleUrls: + 'https://m.gkd.li/57941037/7d338956-f006-4775-a418-2ae6dc21ef9a', + snapshotUrls: 'https://i.gkd.li/i/14204175', + }, + ], }, ], });