Files
AIsouler-GKD_subscription/src/apps/com.qihoo360.antilostwatch.ts
2023-12-05 21:09:18 +08:00

21 lines
457 B
TypeScript

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',
],
},
],
});