feat(懂球帝):数据页弹窗广告 (#3027)

close #2968
close #3029
This commit is contained in:
jiuqianyuan
2023-12-11 20:03:50 +08:00
committed by GitHub
parent 97a4f322d7
commit f7ee5da614

View File

@@ -54,13 +54,6 @@ export default defineAppConfig({
rules: 'TextView[text*="新版本"] +3 TextView[text="下次提醒"]',
snapshotUrls: 'https://i.gkd.li/import/12620586',
},
{
key: 3,
name: '穿山甲广告弹窗',
activityIds: 'com.dongqiudi.news.MainActivity',
rules: 'FrameLayout[desc^="webview-close"] > View[clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/12620588',
},
{
enable: false,
key: 4,
@@ -99,5 +92,36 @@ export default defineAppConfig({
rules: '[id="com.dongqiudi.news:id/iv_close"]',
snapshotUrls: 'https://i.gkd.li/import/13260467',
},
{
key: 8,
name: '数据页弹窗广告',
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'com.dongqiudi.news.MainActivity',
rules: [
{
name: '腾讯广告SDK',
matches:
'FrameLayout > FrameLayout[childCount=1] > ImageView[width<80][height<80]',
snapshotUrls: 'https://i.gkd.li/import/13626900',
},
{
name: '快手广告磁力智投SDK',
matches:
'ViewGroup[childCount=1] > @ViewGroup[clickable=true][childCount=1] > ImageView',
snapshotUrls: 'https://i.gkd.li/import/13627105',
},
{
name: '字节广告穿山甲SDK-1',
matches: 'View[text="反馈"] -2 @View > Image',
snapshotUrls: 'https://i.gkd.li/import/13627106',
},
{
name: '字节广告穿山甲SDK-2', //合并key3
matches: 'FrameLayout[desc^="webview-close"] > View[clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/12620588',
},
],
},
],
});