mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
feat(翼支付): 广告弹窗、悬浮窗小广告 (#2271)
This commit is contained in:
@@ -25,5 +25,28 @@ export default defineAppConfig({
|
||||
rules: '[id="com.chinatelecom.bestpayclient:id/bupdate_tv_bottom_tip"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13391544',
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: '广告弹窗',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
activityIds: 'com.chinatelecom.bestpayclient.ui.MainActivity',
|
||||
rules:
|
||||
'[id^="am-modal-container"] Dialog @View[clickable=true][index=1] > Image',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13402692',
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 4,
|
||||
name: '悬浮窗小广告',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
activityIds: 'com.chinatelecom.bestpayclient.ui.MainActivity',
|
||||
rules:
|
||||
'[id="com.chinatelecom.bestpayclient:id/best_h5_container"] View[childCount=2] > @View[clickable=true] + View[clickable=true] > Image[text!=null]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13402711',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user