import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.google.android.youtube', name: 'youtube', groups: [ { key: 0, name: '全屏广告-视频播放-跳过广告', quickFind: true, activityIds: [ 'com.google.android.apps.youtube.app.watchwhile.WatchWhileActivity', 'com.google.android.apps.youtube.app.watchwhile.MainActivity', 'com.google.android.youtube', ], rules: [ { key: 0, name: '类型1', matches: '[id="com.google.android.youtube:id/skip_ad_button_text"]', snapshotUrls: [ 'https://i.gkd.li/i/13797491', 'https://i.gkd.li/i/12565261', ], }, { key: 1, name: '类型2', matches: '[id="com.google.android.youtube:id/modern_skip_ad_text"]', snapshotUrls: ['https://i.gkd.li/i/13705106'], }, ], }, { key: 1, name: '全屏广告-视频播放-赞助商广告', quickFind: true, activityIds: [ 'com.google.android.apps.youtube.app.watchwhile.WatchWhileActivity', 'com.google.android.apps.youtube.app.watchwhile.MainActivity', ], rules: [ { matches: '@[desc="关闭广告面板" || desc="Close ad panel"] < ViewGroup[text="不用了,谢谢"]', // 缺少英文快照 snapshotUrls: 'https://i.gkd.li/i/13797512', }, { key: 4, name: '通知提示-开启推送通知提示弹窗', quickFind: true, actionMaximum: 1, resetMatch: 'app', rules: '[text="开启通知"] < * < * +2 * >2 [text="不用了"]', snapshotUrls: 'https://i.gkd.li/i/14194155', }, ], });