diff --git a/src/apps/com.upxjwb.xrq.ts b/src/apps/com.upxjwb.xrq.ts index 8e76bcda..e720dd2f 100644 --- a/src/apps/com.upxjwb.xrq.ts +++ b/src/apps/com.upxjwb.xrq.ts @@ -9,13 +9,22 @@ export default defineGkdApp({ name: '全屏广告', rules: [ { - name: '字节广告', + key: 0, activityIds: 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', matches: '@Image[childCount=0][text=""][width<60 && height<60] < View[childCount=1] < * - View > [text="反馈"]', snapshotUrls: 'https://i.gkd.li/i/23519200', }, + { + key: 1, + activityIds: + 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', + matches: + '[text="反馈"] +(1,2) View[childCount=1] > Image[childCount=0][text=""][width<60 && height<60]', + exampleUrls: 'https://e.gkd.li/793d0e85-db69-4d31-bfd9-7ffbd518b962', + snapshotUrls: 'https://i.gkd.li/i/23905532', + }, ], }, ],