feat(解压专家): 弹窗广告(补充规则) (#2202)

This commit is contained in:
Kun Jinkao 2023-11-18 23:45:07 +08:00 committed by GitHub
parent 3ddddb3a52
commit 8063b718d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,10 +6,10 @@ export default defineAppConfig({
groups: [ groups: [
{ {
key: 1, key: 1,
name: '广告弹窗', name: '弹窗广告',
rules: [ rules: [
{ {
key: 0, key: 1,
name: '字节广告', name: '字节广告',
activityIds: activityIds:
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
@ -17,6 +17,14 @@ export default defineAppConfig({
'@Image[text=""] < View +n View > View > TextView[text="广告"]', '@Image[text=""] < View +n View > View > TextView[text="广告"]',
snapshotUrls: 'https://i.gkd.li/import/13328194', snapshotUrls: 'https://i.gkd.li/import/13328194',
}, },
{
key: 2,
name: '腾讯广告',
matchLauncher: true,
matches:
'ImageView - FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]',
snapshotUrls: 'https://i.gkd.li/import/13391833',
},
], ],
}, },
{ {