feat(网速管家):开屏广告 (#3034)

close #3014
This commit is contained in:
jiuqianyuan
2023-12-11 20:06:24 +08:00
committed by GitHub
parent 686117c8cb
commit 780adbcdee

View File

@@ -7,13 +7,23 @@ export default defineAppConfig({
{ {
key: 0, key: 0,
name: '开屏广告', name: '开屏广告',
quickFind: true,
actionMaximum: 1, actionMaximum: 1,
resetMatch: 'app', resetMatch: 'app',
matchTime: 10000, matchTime: 10000,
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', rules: [
{
name: '字节SDK',
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13544242', 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, key: 1,
name: '更新弹窗', name: '更新弹窗',