diff --git a/src/apps/com.growing.topwidgets.ts b/src/apps/com.growing.topwidgets.ts index 1d891680..7e85b48f 100644 --- a/src/apps/com.growing.topwidgets.ts +++ b/src/apps/com.growing.topwidgets.ts @@ -29,11 +29,18 @@ export default defineAppConfig({ desc: '点击关闭', rules: [ { + key: 0, quickFind: true, activityIds: 'com.baidu.mobads.sdk.api.MobRewardVideoActivity', matches: '@ImageView[clickable=true] - * >2 [text="反馈"]', snapshotUrls: 'https://i.gkd.li/i/14945552', }, + { + key: 1, + matches: + '[id="android:id/content"] >(3,4) FrameLayout[childCount>1] > FrameLayout[childCount=1] > ImageView', + snapshotUrls: 'https://i.gkd.li/i/14964868', + }, ], }, ],