diff --git a/src/apps/com.firebear.androil.ts b/src/apps/com.firebear.androil.ts index 3b6b3e0d..186c2c8c 100644 --- a/src/apps/com.firebear.androil.ts +++ b/src/apps/com.firebear.androil.ts @@ -4,9 +4,35 @@ export default defineAppConfig({ id: 'com.firebear.androil', name: '小熊油耗', groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + actionCdKey: 0, + actionMaximumKey: 0, + quickFind: true, + rules: [ + { + key: 0, + matches: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/12712742', + }, + { + matches: + '@View <2 * <2 * < [id="com.firebear.androil:id/adContainerLay"]', + snapshotUrls: [ + 'https://i.gkd.li/import/13088169', + 'https://i.gkd.li/import/12855707', + 'https://i.gkd.li/import/13927561', + ], + }, + ], + }, { key: 1, - name: '广告弹窗', + name: '全屏广告', desc: '来自第三方SDK【穿山甲】', activityIds: 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', @@ -36,7 +62,7 @@ export default defineAppConfig({ }, { key: 2, - name: '升级弹窗', + name: '更新提示', activityIds: 'com.firebear.androil.app.home.MainActivity', rules: '@[id="com.firebear.androil:id/dismissNtfImgView"] < RelativeLayout - [id="com.firebear.androil:id/contentLay"] >3 TextView[text^="升级"]',