feat(一刻相册): 活动弹窗 (#1249)

This commit is contained in:
walklty
2023-10-21 23:03:50 +08:00
committed by GitHub
parent 38cdc0c09d
commit 87bd1858b6

View File

@@ -71,5 +71,19 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 6,
name: '弹窗广告',
desc: '点击x关闭广告提示',
activityIds: ['com.baidu.youavideo.home.view.HomeActivity'],
quickFind: true,
rules: [
{
matches:
'[id="com.baidu.youavideo:id/dialog_home_pop_close_button"] ',
snapshotUrls: ['https://gkd-kit.gitee.io/import/13048700'],
},
],
},
], ],
}); });