feat(乐康守护): 开屏广告 (#4067)

close #4066
This commit is contained in:
Adpro 2024-01-28 13:22:23 +08:00 committed by GitHub
parent 0ef6e47ac0
commit 9c0ebad1c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.ecellsz.watch.guard',
name: '乐康守护',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
resetMatch: 'app',
actionMaximum: 1,
quickFind: true,
rules: 'View[clickable=true] <<n [vid="splash_container"]',
snapshotUrls: 'https://i.gkd.li/import/14039510',
},
],
});