feat(清瞳):开屏广告 (#3126)

close #3100
This commit is contained in:
jiuqianyuan
2023-12-15 19:24:53 +08:00
committed by GitHub
parent 0a84ab63fb
commit 5133555a5e

View File

@@ -10,8 +10,19 @@ export default defineAppConfig({
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
rules: [
{
key: 0,
quickFind: true,
matches: '[text*="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13636044',
},
{
actionMaximumKey: 0,
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13626063',
},
],
},
],
});