Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(乐康守护): 开屏广告
Browse files Browse the repository at this point in the history
  • Loading branch information
adproqwq committed Jan 24, 2024
1 parent 0c337ab commit fe22851
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/apps/com.ecellsz.watch.guard.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import { defineAppConfig } from '../types';

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

0 comments on commit fe22851

Please sign in to comment.