mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
23 lines
532 B
TypeScript
23 lines
532 B
TypeScript
import { defineGkdApp } from '@gkd-kit/define';
|
|
|
|
export default defineGkdApp({
|
|
id: 'com.qihoo.srouter.n300',
|
|
name: '360家庭防火墙',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-弹窗广告',
|
|
fastQuery: true,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
activityIds: 'com.ifenglian.superapp.ui.firewall.SAMainActivity',
|
|
matches: '[vid="app_update_later_button"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13800011',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|