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

Commit

Permalink
feat(乐康守护): 开屏广告 (#4067)
Browse files Browse the repository at this point in the history
close #4066
  • Loading branch information
adproqwq authored Jan 28, 2024
1 parent 0ef6e47 commit 9c0ebad
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/apps/com.ecellsz.watch.guard.ts
Original file line number Diff line number Diff line change
@@ -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',
},
],
});

0 comments on commit 9c0ebad

Please sign in to comment.