diff --git a/src/apps/cn.lezhi.speedtest.ts b/src/apps/cn.lezhi.speedtest.ts index e612c543..bdf945ba 100644 --- a/src/apps/cn.lezhi.speedtest.ts +++ b/src/apps/cn.lezhi.speedtest.ts @@ -7,12 +7,22 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - quickFind: true, actionMaximum: 1, resetMatch: 'app', matchTime: 10000, - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13544242', + rules: [ + { + name: '字节SDK', + matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13544242', + }, + { + name: '腾讯SDK', + quickFind: true, + matches: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13626049', + }, + ], }, { key: 1,