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

Commit

Permalink
feat(360儿童卫士): 开屏广告 (#2798)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppengit authored Dec 5, 2023
1 parent eb793ff commit 324f4e9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/apps/com.qihoo360.antilostwatch.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.qihoo360.antilostwatch',
name: '360儿童卫士',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
quickFind: true,
actionMaximum: 1,
rules: '[text*="跳过"][text.length<=10]',
snapshotUrls: [
'https://i.gkd.li/import/13538012',
'https://i.gkd.li/import/13538800',
],
},
],
});

0 comments on commit 324f4e9

Please sign in to comment.