mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
@@ -13,6 +13,7 @@ export default defineGkdApp({
|
|||||||
priorityTime: 10000,
|
priorityTime: 10000,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
key: 0,
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
matches:
|
matches:
|
||||||
'[name!$="RelativeLayout"] > [text*="跳过"][index=0][text.length<10][visibleToUser=true]',
|
'[name!$="RelativeLayout"] > [text*="跳过"][index=0][text.length<10][visibleToUser=true]',
|
||||||
@@ -24,6 +25,14 @@ export default defineGkdApp({
|
|||||||
],
|
],
|
||||||
excludeSnapshotUrls: 'https://i.gkd.li/i/21202513', // 虚假跳过按钮 https://github.com/AIsouler/GKD_subscription/issues/1043
|
excludeSnapshotUrls: 'https://i.gkd.li/i/21202513', // 虚假跳过按钮 https://github.com/AIsouler/GKD_subscription/issues/1043
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
preKeys: [0], // 处理开屏广告的第二段
|
||||||
|
fastQuery: true,
|
||||||
|
matches:
|
||||||
|
'@ImageView[id="com.wangmai.allmodules:id/wm_image_clear"] <2 RelativeLayout[childCount=2] < FrameLayout < [vid="wm_reward_main"]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/c1299341-66bf-4702-885c-3fbe5d648675',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/21202940',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user