feat(翼支付): 弹窗广告(补充规则) (#3280)

This commit is contained in:
Kun Jinkao
2023-12-24 20:24:19 +08:00
committed by GitHub
parent e27006c4e3
commit c8d1bca195

View File

@@ -27,16 +27,15 @@ export default defineAppConfig({
}, },
{ {
key: 3, key: 3,
name: '广告弹窗', name: '弹窗广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1, actionMaximum: 1,
resetMatch: 'app', resetMatch: 'activity',
activityIds: 'com.chinatelecom.bestpayclient.ui.MainActivity',
rules: [ rules: [
{ {
key: 0, key: 0,
name: '权益页', name: '权益页',
activityIds: 'com.chinatelecom.bestpayclient.ui.MainActivity',
quickFind: true,
matches: matches:
'Image < @View[clickable=true][index=1] <<n Dialog <<n [id="com.chinatelecom.bestpayclient:id/best_h5_container"]', 'Image < @View[clickable=true][index=1] <<n Dialog <<n [id="com.chinatelecom.bestpayclient:id/best_h5_container"]',
snapshotUrls: 'https://i.gkd.li/import/13402692', snapshotUrls: 'https://i.gkd.li/import/13402692',
@@ -44,15 +43,17 @@ export default defineAppConfig({
{ {
key: 1, key: 1,
name: '首页1', name: '首页1',
activityIds: 'com.chinatelecom.bestpayclient.ui.MainActivity',
quickFind: true,
matches: matches:
'[id="com.chinatelecom.bestpayclient:id/iv_dialog_close_one"]', '[id="com.chinatelecom.bestpayclient:id/iv_dialog_close_one"]',
snapshotUrls: 'https://i.gkd.li/import/13455790', snapshotUrls: 'https://i.gkd.li/import/13455790',
}, },
{ {
key: 2, key: 2,
name: '首页2', name: '首页2',
activityIds: 'com.alipay.mobile.nebulacore.ui.H5Activity', activityIds: 'com.alipay.mobile.nebulacore.ui.H5Activity',
quickFind: true,
matches: matches:
'@Image[clickable=true][text!=null] < View[childCount=2] <<n FrameLayout[id="com.chinatelecom.bestpayclient:id/h5_pc_container"]', '@Image[clickable=true][text!=null] < View[childCount=2] <<n FrameLayout[id="com.chinatelecom.bestpayclient:id/h5_pc_container"]',
snapshotUrls: 'https://i.gkd.li/import/13626324', snapshotUrls: 'https://i.gkd.li/import/13626324',
@@ -60,10 +61,23 @@ export default defineAppConfig({
{ {
key: 3, key: 3,
name: '借贷页', name: '借贷页',
activityIds: 'com.chinatelecom.bestpayclient.ui.MainActivity',
quickFind: true,
matches: matches:
'@View[clickable=true][text=""] <<n [id="com.chinatelecom.bestpayclient:id/best_h5_container"]', '@View[clickable=true][text=""] <<n [id="com.chinatelecom.bestpayclient:id/best_h5_container"]',
snapshotUrls: 'https://i.gkd.li/import/13455929', snapshotUrls: 'https://i.gkd.li/import/13455929',
}, },
{
key: 4,
name: '信用卡页面',
activityIds: 'com.alipay.mobile.nebulacore.ui.H5Activity',
matches:
'[id="com.chinatelecom.bestpayclient:id/h5_pc_container"] >n View[childCount=3] > @*[clickable=true] + * + *[childCount=0]',
snapshotUrls: [
'https://i.gkd.li/import/13696322',
'https://i.gkd.li/import/13696323',
],
},
], ],
}, },
{ {