feat(Blued) 全屏广告-会员活动弹窗 (#67)

This commit is contained in:
AIsouler
2024-02-16 21:25:48 +08:00
committed by GitHub

View File

@@ -49,5 +49,18 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 3,
name: '全屏广告-会员活动弹窗',
rules: [
{
key: 0,
activityIds: 'com.blued.android.core.ui.TransparentActivity',
quickFind: true,
matches: '[vid="blued_ad_layout"] + [vid="img_close"]',
snapshotUrls: 'https://i.gkd.li/import/14310618',
},
],
},
], ],
}); });