mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(正气): 全屏广告-广告弹窗(优化规则)
This commit is contained in:
@@ -18,15 +18,24 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '全屏广告-弹窗广告',
|
name: '全屏广告-广告弹窗',
|
||||||
activityIds: [
|
desc: '点击关闭',
|
||||||
'com.zhengnengliang.precepts.ui.activity.MainActivity',
|
rules: [
|
||||||
'com.zhengnengliang.precepts.ui.dialog.DialogTwoButton',
|
{
|
||||||
],
|
activityIds: [
|
||||||
rules: '[text="点此去广告"] + ImageButton[clickable=true]',
|
'com.zhengnengliang.precepts.ui.activity.MainActivity',
|
||||||
snapshotUrls: [
|
'com.zhengnengliang.precepts.ui.dialog.DialogTwoButton',
|
||||||
'https://i.gkd.li/import/12739767',
|
],
|
||||||
'https://i.gkd.li/import/12727705', // activityId: 'com.zhengnengliang.precepts.ui.dialog.DialogTwoButton'
|
matches:
|
||||||
|
'[id="android:id/content"] >(3,4) FrameLayout[childCount>3] >2 ImageView[visibleToUser=true]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/0b140d85-0556-46aa-a648-600ae349f88b',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/14338307',
|
||||||
|
'https://i.gkd.li/import/12739767',
|
||||||
|
'https://i.gkd.li/import/12727705',
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user