diff --git a/src/apps/com.growing.topwidgets.ts b/src/apps/com.growing.topwidgets.ts index aadcccff..f62b4a5b 100644 --- a/src/apps/com.growing.topwidgets.ts +++ b/src/apps/com.growing.topwidgets.ts @@ -7,12 +7,24 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - quickFind: true, matchTime: 10000, actionMaximum: 1, resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13334835', + rules: [ + { + key: 1, + name: '开屏广告-1', + quickFind: true, + matches: '[text^="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13334835', + }, + { + key: 2, + name: '开屏广告-2', + matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13363115', + }, + ], }, ], });