mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 02:42:22 +08:00
parent
0ef6e47ac0
commit
9c0ebad1c1
18
src/apps/com.ecellsz.watch.guard.ts
Normal file
18
src/apps/com.ecellsz.watch.guard.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user