mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
@@ -8,7 +8,9 @@ export default defineAppConfig({
|
|||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchLauncher: true,
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
matches: 'TextView[text^="跳过"][text.length<=4]',
|
matches: 'TextView[text^="跳过"][text.length<=4]',
|
||||||
@@ -62,6 +64,13 @@ export default defineAppConfig({
|
|||||||
'TextView[text="反馈"] + @ImageView[clickable=true] + TextView',
|
'TextView[text="反馈"] + @ImageView[clickable=true] + TextView',
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12888945',
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12888945',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
matches: [
|
||||||
|
'[text="查看详情"]',
|
||||||
|
'ImageView < FrameLayout[childCount=1]',
|
||||||
|
],
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13213661',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user