Files
AIsouler-GKD_subscription/src/apps/com.vivo.space.ts
xiaowonet 28c5f052ff fix(vivo 官网): 开屏广告 (#2966)
* fix(vivo 官网): 开屏广告

* feat(vivo 官网): 开屏广告

---------

Co-authored-by: lisonge <i@songe.li>
2023-12-11 21:04:41 +08:00

38 lines
882 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.vivo.space',
name: 'vivo 官网',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: 'TextView[text*="跳过"][text.length<=5]',
snapshotUrls: [
'https://i.gkd.li/import/13622769',
'https://i.gkd.li/import/13197585',
],
},
],
},
{
key: 3,
name: '活动广告',
matchTime: 10000,
actionMaximum: 1,
activityIds: 'com.vivo.space.ui.VivoSpaceTabActivity',
rules: 'Image[text=""] + [text=""][clickable=true]',
snapshotUrls: [
'https://i.gkd.li/import/13218155',
'https://i.gkd.li/import/13292907',
],
},
],
});