feat: 动漫共和国 #1527

This commit is contained in:
AIsouler
2025-12-04 15:11:26 +08:00
parent a175907388
commit 3eea631739

View File

@@ -11,15 +11,37 @@ export default defineGkdApp({
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
actionMaximumKey: 0,
priorityTime: 10000,
rules: [
{
key: 0,
fastQuery: true,
matches:
'[text*="跳过"][text.length<10][width<400 && height<200][visibleToUser=true]',
exampleUrls: 'https://e.gkd.li/b10db699-ed34-4619-b3ca-5821321f4b58',
snapshotUrls: 'https://i.gkd.li/i/22136545',
},
{
key: 1,
fastQuery: true,
matches: '[vid="ms_skipView"][visibleToUser=true]',
exampleUrls: 'https://e.gkd.li/64be8cde-d60d-4c71-ba13-4bcb78842931',
snapshotUrls: 'https://i.gkd.li/i/23925246',
},
],
},
{
key: 2,
name: '全屏广告',
rules: [
{
fastQuery: true,
activityIds: 'com.windmill.sdk.widget.InterstitialView',
matches: '[vid="tobid_interstitial_skip_ll"][visibleToUser=true]',
exampleUrls: 'https://e.gkd.li/8405053f-ebb9-4915-b8c7-499fcaa953ff',
snapshotUrls: 'https://i.gkd.li/i/23925245',
},
],
},
],