diff --git a/src/apps/com.videogo.ts b/src/apps/com.videogo.ts index 775fbf2a..a0ee25a4 100644 --- a/src/apps/com.videogo.ts +++ b/src/apps/com.videogo.ts @@ -7,15 +7,23 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - quickFind: true, matchTime: 10000, actionMaximum: 1, resetMatch: 'app', rules: [ { + quickFind: true, + key: 0, + name: '【跳过+倒计时】型', matches: '[id="com.videogo:id/ad_skip_tv"]', snapshotUrls: 'https://i.gkd.li/import/12565356', }, + { + key: 1, + name: '【圆圈跳过】型', + matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13327309', + }, ], }, {