mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 15:22:21 +08:00
fix(vivo 官网): 开屏广告 (#2966)
* fix(vivo 官网): 开屏广告 * feat(vivo 官网): 开屏广告 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
parent
8c7b9b2e2e
commit
28c5f052ff
|
@ -11,8 +11,15 @@ export default defineAppConfig({
|
|||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: '[id="com.vivo.space:id/timer"]',
|
||||
snapshotUrls: ['https://i.gkd.li/import/13197585'],
|
||||
rules: [
|
||||
{
|
||||
matches: 'TextView[text*="跳过"][text.length<=5]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/13622769',
|
||||
'https://i.gkd.li/import/13197585',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
|
|
Loading…
Reference in New Issue
Block a user