mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
feat: 动漫共和国 #1527
This commit is contained in:
@@ -11,15 +11,37 @@ export default defineGkdApp({
|
|||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
|
actionMaximumKey: 0,
|
||||||
priorityTime: 10000,
|
priorityTime: 10000,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
key: 0,
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
matches:
|
matches:
|
||||||
'[text*="跳过"][text.length<10][width<400 && height<200][visibleToUser=true]',
|
'[text*="跳过"][text.length<10][width<400 && height<200][visibleToUser=true]',
|
||||||
exampleUrls: 'https://e.gkd.li/b10db699-ed34-4619-b3ca-5821321f4b58',
|
exampleUrls: 'https://e.gkd.li/b10db699-ed34-4619-b3ca-5821321f4b58',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/22136545',
|
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',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user