Files
AIsouler-GKD_subscription/src/apps/com.qihoo.srouter.n300.ts
Kun Jinkao a63892c0c0 feat(360家庭防火墙): 开屏广告(优化规则)、更新弹窗 (#3574)
* feat 开屏广告(优化规则)

* feat 更新弹窗
2024-01-02 20:23:44 +08:00

31 lines
712 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.qihoo.srouter.n300',
name: '360家庭防火墙',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: '[text*="跳过"][text.length<=10]',
snapshotUrls: [
'https://i.gkd.li/import/13216607',
'https://i.gkd.li/import/13800007',
],
},
{
key: 1,
name: '弹窗广告',
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: '[vid="app_update_later_button"]',
snapshotUrls: 'https://i.gkd.li/import/13800011',
},
],
});