mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
@@ -43,13 +43,22 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '首页',
|
name: '首页1',
|
||||||
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',
|
||||||
|
activityIds: 'com.alipay.mobile.nebulacore.ui.H5Activity',
|
||||||
|
matches:
|
||||||
|
'@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',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 3,
|
||||||
name: '借贷页',
|
name: '借贷页',
|
||||||
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"]',
|
||||||
@@ -71,12 +80,15 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 5,
|
key: 5,
|
||||||
name: '年底积分活动弹窗',
|
name: '年底积分活动弹窗',
|
||||||
activityIds: 'com.alipay.mobile.nebulacore.ui.H5Activity',
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'activity',
|
resetMatch: 'activity',
|
||||||
matchTime: 10000,
|
activityIds: 'com.alipay.mobile.nebulacore.ui.H5Activity',
|
||||||
rules: 'View > View[index=1] > Image',
|
rules: 'View > View[index=1][clickable=true][childCount=1] > Image',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13543032',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13543032',
|
||||||
|
'https://i.gkd.li/import/13625037', //修改规则,避免在此误触
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user