diff --git a/src/apps/com.google.android.gm.ts b/src/apps/com.google.android.gm.ts index 5f4771bc..7e73460a 100644 --- a/src/apps/com.google.android.gm.ts +++ b/src/apps/com.google.android.gm.ts @@ -7,47 +7,41 @@ export default defineGkdApp({ { key: 2, name: '分段广告-信息流广告', + fastQuery: true, rules: [ { - fastQuery: true, - key: -1, - name: '点击广告扩展-1', - matches: - '[id="com.google.android.gm:id/button_chip_ad_teaser_info_icon"]', - snapshotUrls: 'https://i.gkd.li/i/13255698', - }, - { - fastQuery: true, key: 0, - name: '点击广告扩展-2', - matches: '[id="com.google.android.gm:id/basic_ad_teaser_info_icon"]', - snapshotUrls: 'https://i.gkd.li/i/13255698', - }, - { - preKeys: [-1, 0], - key: 1, - name: '广告中心-点击屏蔽', - matches: 'Button[text="屏蔽此广告"||text^="Block"]', // TODO fastQuery 优化改进 Button[text="屏蔽此广告"] <