feat( 天翼云盘 ): 首页弹窗广告 (#916)

Co-authored-by: dlh <du__th@163.com>
This commit is contained in:
dlh 2023-10-11 23:38:57 +08:00 committed by GitHub
parent c8c4b9ba7a
commit 2bf5db5db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,5 +11,16 @@ export default defineAppConfig({
rules: '[id="com.cn21.ecloud:id/tv_ad_skip"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12865351',
},
{
key: 1,
name: '首页弹窗',
activityIds: ['com.cn21.ecloud.activity.MainPageActivity'],
rules:
'[id="com.cn21.ecloud:id/content_frame"] >n FrameLayout >n @ImageView[desc=null] - View < View[childCount=2]',
snapshotUrls: [
'https://gkd-kit.gitee.io/import/12865481',
'https://gkd-kit.gitee.io/import/12865488',
],
},
],
});