mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
perf: some rules
This commit is contained in:
@@ -9,10 +9,15 @@ export default defineGkdApp({
|
||||
name: '局部广告-卡片广告',
|
||||
fastQuery: true,
|
||||
matchTime: 10000,
|
||||
resetMatch: 'app',
|
||||
actionMaximum: 1,
|
||||
rules: '[vid="ad_close"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13897834',
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
activityIds: '.SearchActivityTransparent',
|
||||
matches: '[vid="ad_close"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13897834',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user