feat(360儿童卫士): 开屏广告 (#2798)

This commit is contained in:
penjay
2023-12-05 21:09:18 +08:00
committed by GitHub
parent eb793ff309
commit 324f4e9926

View File

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