feat(淘宝): 悬浮广告 (#2727)

This commit is contained in:
Kun Jinkao 2023-12-03 16:42:30 +08:00 committed by GitHub
parent 946bd94bd8
commit bc14ef9ecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,20 @@ export default defineAppConfig({
'https://i.gkd.li/import/13197877', 'https://i.gkd.li/import/13197877',
], ],
}, },
{
key: 3,
name: '悬浮广告',
rules: [
{
key: 0,
name: '商品详情右侧悬浮广告',
activityIds: 'com.taobao.browser.BrowserActivity',
matches:
'View[childCount=2] > @Image[text!=""][clickable=true] + View',
snapshotUrls: 'https://i.gkd.li/import/13521702',
},
],
},
{ {
enable: false, enable: false,
key: 8, key: 8,