diff --git a/src/apps/com.ants360.yicamera.ts b/src/apps/com.ants360.yicamera.ts index 47b4bfd3..12506f03 100644 --- a/src/apps/com.ants360.yicamera.ts +++ b/src/apps/com.ants360.yicamera.ts @@ -14,5 +14,16 @@ export default defineAppConfig({ rules: '[text*="跳过"][text.length<=10]', snapshotUrls: 'https://i.gkd.li/import/13426833', }, + { + key: 1, + name: '弹窗广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'activity', + rules: + 'FrameLayout[childCount=3] + FrameLayout[childCount=1][index=1] > ImageView', + snapshotUrls: 'https://i.gkd.li/import/13463241', + }, ], });