feat(QQ): 开屏广告(优化规则) (#1619)

This commit is contained in:
Kun Jinkao 2023-10-31 00:58:13 +08:00 committed by GitHub
parent b1ca6337cb
commit e29e152b69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,12 +11,11 @@ export default defineAppConfig({
matchTime: 10000, matchTime: 10000,
actionMaximum: 1, actionMaximum: 1,
resetMatch: 'app', resetMatch: 'app',
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
rules: 'TextView[text^="跳过"][text.length<=10]', rules: 'TextView[text^="跳过"][text.length<=10]',
snapshotUrls: [ snapshotUrls: [
'https://i.gkd.li/import/13062244', 'https://i.gkd.li/import/13062244',
'https://i.gkd.li/import/13093155', 'https://i.gkd.li/import/13093155',
// 存在 跳过广告 的文字 'https://i.gkd.li/import/13207731',
], ],
}, },
{ {