diff --git a/src/apps/com.qihoo360.antilostwatch.ts b/src/apps/com.qihoo360.antilostwatch.ts new file mode 100644 index 00000000..c84392f6 --- /dev/null +++ b/src/apps/com.qihoo360.antilostwatch.ts @@ -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', + ], + }, + ], +});