Squashed commit of the following:

commit aa4118fb258648cc1e0642138c60059b88ec1a05
Author: aisouler <zy43220@gmail.com>
Date:   Fri Jan 26 13:40:30 2024 +0800

    feat(Blued):购买动态投放弹窗
This commit is contained in:
aisouler
2024-02-01 18:39:49 +08:00
parent 5fbc25feed
commit 44dc9bc8f3

View File

@@ -25,5 +25,19 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 2,
name: '全屏广告-购买动态投放弹窗',
desc: '点击X',
rules: [
{
quickFind: true,
matches: '[id="com.soft.blued:id/iv_close"]',
exampleUrls:
'https://m.gkd.li/57941037/37ea59cf-9606-4cd6-a74a-84f353f07975',
snapshotUrls: 'https://i.gkd.li/import/14060676',
},
],
},
], ],
}); });