mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat(Jump): 开屏广告(补充规则)
This commit is contained in:
@@ -7,16 +7,21 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
|
actionMaximumKey: 0,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
quickFind: true,
|
key: 0,
|
||||||
|
matches: '[text="跳过"][visibleToUser=true]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/14790888',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
matches:
|
matches:
|
||||||
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [id="android:id/content"]',
|
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [id="android:id/content"]',
|
||||||
exampleUrls:
|
|
||||||
'https://m.gkd.li/57941037/722ac7cf-f0ef-4cae-9351-60150b5425d9',
|
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14446438',
|
snapshotUrls: 'https://i.gkd.li/i/14446438',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user