diff --git a/src/apps/com.bjsk.intelligent.ts b/src/apps/com.bjsk.intelligent.ts deleted file mode 100644 index 2bf47d27..00000000 --- a/src/apps/com.bjsk.intelligent.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineGkdApp } from '@gkd-kit/define'; - -export default defineGkdApp({ - id: 'com.bjsk.intelligent', - name: 'WiFi智能钥匙', - groups: [ - { - key: 1, - name: '全屏广告-内部启动广告', - activityIds: - 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', - rules: [ - 'Image < @View +4 TextView[text="反馈"] + View TextView[text="广告"]', - ], - }, - ], -}); diff --git a/src/apps/com.copymanga.app.ts b/src/apps/com.copymanga.app.ts index 8186d6ba..6df97b30 100644 --- a/src/apps/com.copymanga.app.ts +++ b/src/apps/com.copymanga.app.ts @@ -99,21 +99,17 @@ export default defineGkdApp({ ], snapshotUrls: 'https://i.gkd.li/i/13372542', }, - { - key: 8, - name: '字节广告-2', - activityIds: - 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', - matches: '[text="反馈"] -2 @View - Image', - snapshotUrls: 'https://i.gkd.li/i/12925052', - }, { key: 9, name: '字节广告-3', activityIds: 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', - matches: '[text="反馈"] -4 @View < View[childCount=7]', - snapshotUrls: 'https://i.gkd.li/i/12925095', + matches: + '@Image[childCount=0][text=""] < View[childCount=1] + View +n View > View[childCount=1] > TextView[text$="广告"]', + snapshotUrls: [ + 'https://i.gkd.li/i/12925052', + 'https://i.gkd.li/i/12925095', + ], }, ], }, diff --git a/src/apps/com.xingluo.allcolor.ts b/src/apps/com.xingluo.allcolor.ts index 84faa956..5b8ed48f 100644 --- a/src/apps/com.xingluo.allcolor.ts +++ b/src/apps/com.xingluo.allcolor.ts @@ -13,12 +13,6 @@ export default defineGkdApp({ 'com.bytedance.sdk.openadsdk.core.dislike.ui.c', ], rules: [ - { - preKeys: [1, 2, 3, 4], - name: '穿山甲广告-反馈理由', - matches: '[id="com.byted.pangle:id/tt_item_tv"][text="不感兴趣"]', - snapshotUrls: 'https://i.gkd.li/i/12640358', - }, { key: 1, matches: ['[text="广告"] < * - View < * - View > Image[id=null]'], @@ -45,6 +39,12 @@ export default defineGkdApp({ ], snapshotUrls: ['https://i.gkd.li/i/12640406'], }, + { + preKeys: [1, 2, 3, 4], + name: '穿山甲广告-反馈理由', + matches: '[id="com.byted.pangle:id/tt_item_tv"][text="不感兴趣"]', + snapshotUrls: 'https://i.gkd.li/i/12640358', + }, ], }, ], diff --git a/src/apps/io.sbyd.app.ts b/src/apps/io.sbyd.app.ts index 7d9261e4..4729abab 100644 --- a/src/apps/io.sbyd.app.ts +++ b/src/apps/io.sbyd.app.ts @@ -28,19 +28,16 @@ export default defineGkdApp({ 'https://i.gkd.li/i/13313576', ], }, - { - key: 3, - activityIds: - 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', - matches: '[text="反馈"] -2 @View - Image', - snapshotUrls: 'https://i.gkd.li/i/12925052', - }, { key: 4, activityIds: 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', - matches: '[text="反馈"] -4 @View < View[childCount=7]', - snapshotUrls: 'https://i.gkd.li/i/12925095', + matches: + '@Image[childCount=0][text=""] < View[childCount=1] + View[childCount=1][text=""] +n View >(1,2) View[childCount=1] > [text$="广告"]', + snapshotUrls: [ + 'https://i.gkd.li/i/12925095', + 'https://i.gkd.li/i/12925052', + ], }, ], },