mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
perf: some rules
This commit is contained in:
@@ -6,11 +6,20 @@ export default defineGkdApp({
|
||||
groups: [
|
||||
{
|
||||
key: 3,
|
||||
name: '全屏广告-首页弹窗广告',
|
||||
fastQuery: true,
|
||||
activityIds: 'com.csair.mbp.CSMBPActivity',
|
||||
rules: '[id="com.csair.mbp:id/close_btn"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13197497',
|
||||
name: '全屏广告-弹窗广告',
|
||||
desc: '点击关闭',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds: '.CSMBPActivity',
|
||||
matches: '[id="com.csair.mbp:id/close_btn"]',
|
||||
exampleUrls: 'https://e.gkd.li/c6aeaf1c-e4d6-4b9c-a4bf-ee5b05d2bb30',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13197497',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
|
||||
Reference in New Issue
Block a user