mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 11:42:34 +08:00
parent
c17c565dc1
commit
776a13be74
|
@ -115,14 +115,24 @@ export default defineAppConfig({
|
|||
desc: '点击左上角返回',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'com.unionpay.cordova.UPActivityCordovaWeb',
|
||||
matches: '[id="com.unionpay:id/iv_title_left_image"][desc="返回"]', //实测原规则点击中间下方【x】无效
|
||||
matches:
|
||||
'WebView[text="天天签到"] TextView[text="炫耀一下"] + TextView[clickable=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13440341',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 14,
|
||||
name: '我的页面-广告弹窗',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
activityIds: 'com.unionpay.activity.UPActivityMain',
|
||||
rules:
|
||||
'[id="com.unionpay:id/container"] + [id="com.unionpay:id/image"][clickable=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13440341',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user