perf: some rules

This commit is contained in:
AIsouler
2024-12-01 20:50:12 +08:00
parent 3dfc872adb
commit a5cf239f15
24 changed files with 217 additions and 104 deletions

View File

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